add Asile
This commit is contained in:
14
run-tests-create.sh
Normal file
14
run-tests-create.sh
Normal file
@@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Run the first test
|
||||
npx playwright test tests/Builder2D/Wall.spec.js --headed --grep "Create walls"
|
||||
|
||||
# Run the second test
|
||||
npx playwright test tests/Builder2D/Zone.spec.js --headed --grep "Create zones"
|
||||
|
||||
# Run the 3rd test
|
||||
npx playwright test tests/Builder2D/Asile.spec.js --headed --grep "Create aisles"
|
||||
|
||||
|
||||
echo "Three tests have completed sequentially."
|
||||
|
||||
Reference in New Issue
Block a user