We recommend TestCafé for your automated browser testing needs.
HINT: Run a first "real" UI test with: `bin/dalek.cli.js run --config=example/browser-config.json
This repository is a work-in-progress playground for figuring out how to proceed with the new DalekJS API.
Docs that lead up to this can be found here. The new API is trying to bring in ideas expressed in breaking backward-compatibility
Install by
git clone https://github.com/dalekjs/skaro.git
cd skaro
npm install
running bin/dalek.cli.js
will show current status…
# run a simple test using phantomjs
bin/dalek.cli.js run --config=example/browser-config.json
# run a simple test using a custom browser (still phantomjs…)
bin/dalek.cli.js run --config=example/browser-config.json --browser gustav
# run a simple test using chrome
bin/dalek.cli.js run --config=example/browser-config.json --browser chrome
- DOM-Compare
- estraverse
- molasses for a slow-http-response (not a bandwidth-throttle) proxy?
- reverend to parse express-style URLs