Skip to content

Commit

Permalink
Add test run in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nesrineabdmouleh committed Feb 21, 2024
1 parent 57e2472 commit 98e83a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added admin-dev/hummingbird.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/UI/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"test:functional:FO:hummingbird": "TEST_PATH='functional/FO/hummingbird/**/*' npm run test:specific",
"test:functional:FO:hummingbird:01-03": "TEST_PATH='functional/FO/hummingbird/0{1,2,3}*/**/*' npm run test:specific",
"test:functional:FO:hummingbird:04-07": "TEST_PATH='functional/FO/hummingbird/0{4,5,6,7}*/**/*' npm run test:specific",
"test:functional:FO:hummingbird:08-12": "TEST_PATH='functional/FO/hummingbird/{08,09,11,12}*/**/*' npm run test:specific",
"test:functional:FO:hummingbird:08-12": "TEST_PATH='functional/FO/hummingbird/{08,09,10,11,12}*/**/*' npm run test:specific",
"// Functional WS": "Scripts to run functional WS tests",
"test:functional:WS": "TEST_PATH='functional/WS/**/*' npm run test:specific",
"// Modules tests": "Scripts to run modules tests",
Expand Down

0 comments on commit 98e83a4

Please sign in to comment.