add Asile

This commit is contained in:
ramkumarp
2025-04-10 11:15:23 +00:00
parent f6338bba43
commit e781643183
20 changed files with 1011 additions and 90 deletions

14
run-tests-create.sh Normal file
View 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."