1.0.11 • Published 7 years ago

chili-test v1.0.11

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
7 years ago
node-inspector --debug-port 5859 --no-preload --web-port 9191

DEBUG=true npm test

Using the WDIO REPL

npm install -g selenium-standalone
selenium-standalone install

# start selenium-standalone in the background
selenium-standalone start -- -port 4443 > /dev/null 2>&1 &

# start the repl
wdio repl chrome --port 4443