summaryrefslogtreecommitdiff
path: root/run-test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run-test.sh')
-rwxr-xr-xrun-test.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/run-test.sh b/run-test.sh
index e92f7ca..2bea55b 100755
--- a/run-test.sh
+++ b/run-test.sh
@@ -1,5 +1,7 @@
#!/bin/bash
+cd "$(dirname "$(readlink -e "$0")")"
+
if ! cnt=$(
npx playwright test
); then