mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-04-14 09:08:32 +00:00
Applying a macOS specific patch to make e2e testing work
This commit is contained in:
parent
5cc85d2e17
commit
0355d3c10a
1 changed files with 2 additions and 1 deletions
3
dev.sh
3
dev.sh
|
@ -87,7 +87,8 @@ launch_tab_and_exec(){
|
||||||
}
|
}
|
||||||
|
|
||||||
launch_e2e_tab(){
|
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() {
|
show_help() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue