init 003_test,
This commit is contained in:
12
003_test/002_mobile/01_test_seat/app/run.sh
Executable file
12
003_test/002_mobile/01_test_seat/app/run.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -ex
|
||||
|
||||
# npx playwright test
|
||||
npx playwright --version
|
||||
|
||||
npx playwright test --ui
|
||||
|
||||
npx playwright show-report --host 0.0.0.0
|
||||
|
||||
echo "done"
|
Reference in New Issue
Block a user