protractor 0.0.3
protractor: ^0.0.3 copied to clipboard
Protractor for AngularDart
Protractor for AngularDart #
Write Protractor end-to-end tests against your AngularDart applications using the Jasmine syntax.
This depends on a fork of Protractor (protractor-dev) and is available on pub.
Running the demo #
npm installpub install(Do not forget this.)- Start a selenium server at
localhost:4444. Refer the Protractor docs for help. - Start the test application server with
node app/expressserver.js - Run the tests
./bin/protractor_dart test/conf.js