KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
jsdc-tw-2016-webdriverio
★ 8
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
bebop_vel_ctrl
:
Velocity controller for Parrot Bebop Drone (ROS package)
FastFit
:
A fast vertex fitter based on the eigen library and the kalman filter
PagerSlidingTabStrip
:
带箭头指示选中位置,底部箭头跟随滑动
encode
:
C++ cross-platform MP3 encoder utilising Lame library
go-upstream
:
GO代理转发服务中间件
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
jsdc-tw-2016-webdriverio
?
Download (.md)
# JSDC.tw 2016 Webdriver.IO **init project** ``` mkdir jsdc-tw-2016-webdriverio cd jsdc-tw-2016-webdriverio npm init -y npm i webdriverio -D ``` **generate config** ``` ./node_modules/webdriverio/bin/wdio ``` **setting up npm test** `vi package.json` ``` "test": "wdio wdio.conf.js" ``` **first test script** ``` mkdir -p test/specs touch ./test/specs/demo.js ``` **execute** ``` npm test npm run demo1 npm run demo2 ``` ### more example * [modern web 2016 e2e test demo](https://github.com/alincode/modern-web-2016-e2etest)