protractor 0.0.2
protractor: ^0.0.2 copied to clipboard
Protractor for AngularDart
Protractor Dart DEMO #
This is a work in progress to get Protractor support for Dart. This demo demonstrates writing just the specs in Dart (only the Jasmine syntax is supported.)
The goal is to eventually become a part of the main protractor framework. It is currently a wrapper around protractor and includes a copy of the protractor-demo with the spec file translated to Dart.
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