protractor 0.0.5 copy "protractor: ^0.0.5" to clipboard
protractor: ^0.0.5 copied to clipboard

Protractor for AngularDart

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
0
likes
20
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

Protractor for AngularDart

View/report issues

License

MIT (license)

Dependencies

js

More

Packages that depend on protractor