Commit 387dc976 authored by Ben Hayward's avatar Ben Hayward

Set executable bit and made runnable from any dir.

1 merge request!553[Sprint/NuancedNumbat](chore): Added in script to make e2e testing easier
Pipeline #82539302 canceled with stages
in 7 seconds
......@@ -98,5 +98,9 @@ for i in "${REQ_ARGS[@]}"; do
done
}
init_args $@
cd ..
# cd to project root.
while [[ $PWD != '/' && ${PWD##*/} != 'front' ]]; do cd ..; done
#run cypress with args.
./node_modules/cypress/bin/cypress open --config baseUrl=$url,video=$_video --env username=$username,password=$password
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment