Skip to content

Commit f068554

Browse files
committed
Using capabilities.yml in sketches and examples compile tests.
Using local selenium server in examples tests.
1 parent 73217dc commit f068554

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

bin/test_examples.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/usr/bin/env bash
22

33
source ./env_vars.sh
4+
export CAPABILITIES='capabilities_firefox.yaml'
5+
export CODEBENDER_SELENIUM_HUB_URL="http://127.0.0.1:4444/wd/hub"
46
cd ..
57
time tox tests/libraries -- --url=https://codebender.cc --source=codebender_cc -F
68
RETVAL=$?

bin/test_sketches.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33

44
source ./env_vars.sh
5+
export CAPABILITIES='capabilities_firefox.yaml'
56
cd ..
67
time tox tests/compile_tester -- --url=https://codebender.cc --source=codebender_cc -F
78
RETVAL=$?

0 commit comments

Comments
 (0)