The challenge is to write five (5) automated tests for both versions of the app:
1- One suite using your preferred traditional functional testing approach 2- Another suite which covers the same tests but uses visual AI testing with Applitools
Pre requisites:
- NPM is installed with Node.js NPM
1- Clone this repo:
$ git clone https://github.com/tiagodread/applitools-hackathon.git
2- Install dependencies:
$ cd applitools-hackathon
$ npm install
3- Run
$ export APPLITOOLS_API_KEY=DU1rUARVJEqgrrUGQFeLG9nsCVuni5n980czZBB24AfU110
$ npm run test
- Traditional Test: 9h spent
- Visual IA Test: 3h spent