Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dileep17/protractor_super_calculator
- Owner: Dileep17
- Created: 2019-04-06T07:31:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-12T11:15:12.000Z (almost 6 years ago)
- Last Synced: 2024-11-05T10:59:51.499Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)