Commit 9c41f3ce authored by Ben Hayward's avatar Ben Hayward

Removed reliance on package json. Now called direct from bin folder.

1 merge request!553[Sprint/NuancedNumbat](chore): Added in script to make e2e testing easier
Pipeline #82473166 canceled with stages
in 2 minutes and 45 seconds
......@@ -98,5 +98,5 @@ for i in "${REQ_ARGS[@]}"; do
done
}
init_args $@
npm run e2e-open --config baseUrl=$url,video=$_video --env username=$username,password=$password
cd ..
./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