Initial commit
This commit is contained in:
6
scripts/py-command.docker.sh
Normal file
6
scripts/py-command.docker.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
PY_SPECFLAG=${PY_SPECFLAG:-""}
|
||||
PY_MODE=${PY_MODE:-"--ui"}
|
||||
# Führe Playwright-Tests aus
|
||||
npx playwright test $PY_MODE $PY_SPECFLAG
|
||||
Reference in New Issue
Block a user