0.0.5 • Published 10 years ago

protractor-dart v0.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

Protractor for AngularDart

Write Protractor end-to-end tests against your AngularDart applications using the Jasmine syntax.

Your Dart could would depend on the protractor pub package.  For the runner, you would depend on the protractor-dart npm package.  You should depend on the same version number of both packages to keep the Dart and the JS code in sync.  (FYI, protractor-dart internally depends on a depends a fork of Protractor, protractor-dart)

Running the demo

  • npm install
  • pub 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