UNPKG
webdriverio-automation
Version:
latest (1.0.0)
1.0.0
WebdriverIO-Automation android ios project
webdriverio-automation
/
node_modules
/
rgb2hex
/
.travis.yml
9 lines
(5 loc)
•
148 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
language:
node_js
node_js:
-
'10'
script:
"npm run cover"
after_script:
"cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"