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

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

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)