This repo was created as part of the Test automation Mapping Workshop at Automatyzcja Testów W Praktyce Conference
Note that this repo is not a complete solution, but rather a starting point for the workshop. Full of delibratly broken code.
During Workshop You will work in groups of 3-5 people. Together by exploratory test and code audit you will try to undestand how appliaction works.
Then you will reorginze test and map them to actual business requirements.
- Instaled node and npm
- Ide of your choice that is supporing JavaScript
- Zoom for communication
- Access to slack (send in mail)
- Access to fork of this repo (send in mail)
- Access to currents.dev (send in mail)
Maciej Wyrodek
- Blog: https://wyrodek.pl
- Youtube: https://www.youtube.com/@ITeaMorning
- Twitter: https://twitter.com/maciejwyrodek
- Linkedin: https://www.linkedin.com/in/wyrodek/
- Facebook:https://www.facebook.com/MaciejWyrodek.ITea/
first you need to install all dependencies
npm install
then you can run tests
npm test
this will run all tests in headless mode
or you can run tests in browser
npm run cy:open
this will open cypress interface where you can run tests in browser
running test with currents
npm currents:local
this will run test localy but will raport results to currents.dev
Important you will need to change ci-build-id run-team-test3 in package.json to after each run