Skip to content

Commit

Permalink
Merge pull request #35431 from Progi1984/testsUIImproveScripts
Browse files Browse the repository at this point in the history
Functional Tests : Added some tests for some mocha tests
  • Loading branch information
nesrineabdmouleh committed Feb 20, 2024
2 parents 35606d4 + 99b857b commit d77ad16
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/UI/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
"test:functional:BO:orders:01-create-orders": "TEST_PATH='functional/BO/02_orders/01*/createOrders/**/*' npm run test:specific",
"test:functional:BO:orders:01-view-and-edit-order": "TEST_PATH='functional/BO/02_orders/01*/viewAndEditOrder/**/*' npm run test:specific",
"test:functional:BO:orders:02": "TEST_PATH='functional/BO/02_orders/02*/*' npm run test:specific",
"test:functional:BO:orders:03-05": "TEST_PATH='functional/BO/02_orders/0{3,4,5}*/*' npm run test:specific",
"test:functional:BO:orders:03-05": "TEST_PATH='functional/BO/02_orders/0{3,4,5}*/**/*' npm run test:specific",
"test:functional:BO:catalog": "TEST_PATH='functional/BO/03_catalog/**/*' npm run test:specific",
"test:functional:BO:catalog:01-02": "TEST_PATH='functional/BO/03_catalog/0{1,2}*/**/*' npm run test:specific",
"test:functional:BO:catalog:03-04": "TEST_PATH='functional/BO/03_catalog/0{3,4}*/*' npm run test:specific",
"test:functional:BO:catalog:03-04": "TEST_PATH='functional/BO/03_catalog/0{3,4}*/**/*' npm run test:specific",
"test:functional:BO:catalog:05-06": "TEST_PATH='functional/BO/03_catalog/0{5,6}*/**/*' npm run test:specific",
"test:functional:BO:catalog:07-08": "TEST_PATH='functional/BO/03_catalog/0{7,8}*/*' npm run test:specific",
"test:functional:BO:catalog:07-08": "TEST_PATH='functional/BO/03_catalog/0{7,8}*/**/*' npm run test:specific",
"test:functional:BO:customer": "TEST_PATH='functional/BO/04_customers/**/*' npm run test:specific",
"test:functional:BO:customer:01": "TEST_PATH='functional/BO/04_customers/01*/**/*' npm run test:specific",
"test:functional:BO:customer:02-03": "TEST_PATH='functional/BO/04_customers/0{2,3}*/**/*' npm run test:specific",
Expand All @@ -62,9 +62,9 @@
"test:functional:BO:shop-parameters": "TEST_PATH='functional/BO/13_shopParameters/**/*' npm run test:specific",
"test:functional:BO:shop-parameters:01-02": "TEST_PATH='functional/BO/13_shopParameters/0{1,2}*/**/*' npm run test:specific",
"test:functional:BO:shop-parameters:03-04": "TEST_PATH='functional/BO/13_shopParameters/0{3,4}*/**/*' npm run test:specific",
"test:functional:BO:shop-parameters:05-07": "TEST_PATH='functional/BO/13_shopParameters/0{5,6,7}*/*' npm run test:specific",
"test:functional:BO:shop-parameters:05-07": "TEST_PATH='functional/BO/13_shopParameters/0{5,6,7}*/**/*' npm run test:specific",
"test:functional:BO:advanced-parameters": "TEST_PATH='functional/BO/14_advancedParameters/**/*' npm run test:specific",
"test:functional:BO:advanced-parameters:01-06": "TEST_PATH='functional/BO/14_advancedParameters/0{1,2,3,4,5,6}*/*' npm run test:specific",
"test:functional:BO:advanced-parameters:01-06": "TEST_PATH='functional/BO/14_advancedParameters/0{1,2,3,4,5,6}*/**/*' npm run test:specific",
"test:functional:BO:advanced-parameters:07-10": "TEST_PATH='functional/BO/14_advancedParameters/{07,08,09,10}*/**/*' npm run test:specific",
"test:functional:BO:advanced-parameters:11-12": "TEST_PATH='functional/BO/14_advancedParameters/{11,12}*/**/*' npm run test:specific",
"test:functional:BO:header": "TEST_PATH='functional/BO/15_header/**/*' npm run test:specific",
Expand Down

0 comments on commit d77ad16

Please sign in to comment.