We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73217dc commit f068554Copy full SHA for f068554
bin/test_examples.sh
@@ -1,6 +1,8 @@
1
#!/usr/bin/env bash
2
3
source ./env_vars.sh
4
+export CAPABILITIES='capabilities_firefox.yaml'
5
+export CODEBENDER_SELENIUM_HUB_URL="http://127.0.0.1:4444/wd/hub"
6
cd ..
7
time tox tests/libraries -- --url=https://codebender.cc --source=codebender_cc -F
8
RETVAL=$?
bin/test_sketches.sh
@@ -2,6 +2,7 @@
time tox tests/compile_tester -- --url=https://codebender.cc --source=codebender_cc -F
0 commit comments