1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-04 21:25:24 +00:00

Applying a macOS specific patch to make e2e testing work

This commit is contained in:
Peter Evans 2023-03-02 13:52:59 +00:00 committed by Nigel Gott
parent 5cc85d2e17
commit 0355d3c10a

3
dev.sh
View file

@ -87,7 +87,8 @@ launch_tab_and_exec(){
}
launch_e2e_tab(){
new_tab "e2e tests" "cd e2e-tests && bash --init-file <(echo 'history -s yarn run test-all-browsers;./run-e2e-tests-locally.sh')"
PWD=$(pwd)
new_tab "e2e tests" "cd $PWD/e2e-tests && bash --init-file <(echo 'history -s yarn run test-all-browsers;./run-e2e-tests-locally.sh')"
}
show_help() {