Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dileep17/protractor_super_calculator

Learning protractor with typescript using super calculator.
https://github.com/dileep17/protractor_super_calculator

Last synced: 29 days ago
JSON representation

Learning protractor with typescript using super calculator.

Awesome Lists containing this project

README

        

# protarctor_super_calculator
Learning protractor with typescript using super calculator.

# To run the tests
npm test

# known issues
1. As confugured in package.json posttest script, shutdown of webdriver will not kill the webdriver instance. This issue is fixed in webdriver-manager 13 but protractor is still refering to 12 (https://github.com/angular/webdriver-manager/issues/199)