Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

protractor-dart

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

protractor-dart

Webdriver E2E test wrapper for AngularDart.

  • 0.0.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 16 Jul 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc