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 af28eb7 commit 5a017a8Copy full SHA for 5a017a8
circle.yml
@@ -1,22 +1,7 @@
1
machine:
2
node:
3
version: 6.11.0
4
-dependencies:
5
- post:
6
- - wget https://saucelabs.com/downloads/sc-latest-linux.tar.gz
7
- - tar -xzf sc-latest-linux.tar.gz
8
9
test:
10
override:
11
- - cd sc-*-linux && ./bin/sc --user $SAUCE_USERNAME --api-key $SAUCE_ACCESS_KEY --readyfile ~/sauce_is_ready:
12
- background: true
13
- # Wait for tunnel to be ready
14
- - while [ ! -e ~/sauce_is_ready ]; do sleep 1; done
15
- - python -m hello.hello_app:
16
17
- # Wait for app to be ready
18
- - wget --retry-connrefused --no-check-certificate -T 30 http://localhost:5000
19
- # Run selenium tests
20
- - nosetests
21
22
- - killall --wait sc # wait for Sauce Connect to close the tunnel
+ - make test-sauce
0 commit comments