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 b794b4d commit dd19fc8Copy full SHA for dd19fc8
.travis.yml
@@ -18,6 +18,6 @@ before_script:
18
- sh -e /etc/init.d/xvfb start
19
- jdk_switcher use oraclejdk8
20
- yarn start > /dev/null 2>&1 &
21
-- sleep 10
+- while ! curl --silent http://localhost:4444/wd/hub > /dev/null 2>&1; do sleep 1; done
22
script:
23
- yarn test
0 commit comments