jeanpylone / sample_protractor_wait

Just a sample to wait for client variable change in protractor@3.0.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sample_protractor_wait

Just a sample to wait for client variable change in protractor@3.0.0

how to run

install protractor

npm -g install protractor
# update webdriver
webdriver-manager update

install local packages

npm install 

run webdriver in a second terminal

webdriver-manager start

run the tests

protractor wait_sample/conf.js
protractor size_sample/conf.js

sources

I found the information at http://docsplendid.com/archives/209

About

Just a sample to wait for client variable change in protractor@3.0.0

License:MIT License


Languages

Language:JavaScript 100.0%