https://github.com/serenity-js/tutorial-cross-app-testing
https://github.com/serenity-js/tutorial-cross-app-testing
angular bdd demo mocha protractor screenplay-pattern serenity-js tutorial
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/serenity-js/tutorial-cross-app-testing
- Owner: serenity-js
- Created: 2017-04-13T10:31:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:30:26.000Z (almost 2 years ago)
- Last Synced: 2025-06-03T07:10:29.508Z (7 months ago)
- Topics: angular, bdd, demo, mocha, protractor, screenplay-pattern, serenity-js, tutorial
- Language: TypeScript
- Size: 528 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Cross-Application Testing with Protractor and Serenity/JS
This project demonstrates how a Serenity/JS test scenario can interact with both Angular and non-Angular apps
and acts as supporting material for
"[Cross-application testing with Serenity/JS](https://janmolak.com/cross-application-testing-with-serenity-js-4103a272b75b)"
To run it:
```
npm install
npm test
```
Please make sure that you're using the latest [long-term support](https://nodejs.org/en/download/) of Node.js
----
Have fun!
[Jan Molak](https://janmolak.com)