dalekjs / skaro

[unmaintained] playground for new DalekJS API
8 stars 0 forks source link

No Maintenance Intended

DalekJS is not maintained any longer :cry:

We recommend TestCafé for your automated browser testing needs.


Stories in Ready

Skaro - DalekJS

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

Playground

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

Tools that may be handy for special-purpose plugins