Test Automation Technical Interview
Explore your skill »
This is a repo focused for automation engineers in this dark times when you cannot meet. Lets give the interviewee this repo to be able to show off some automation skills.
Fork this repo, create a branch, complete all tasks and open a Pull Request - Should be solved around one-two hours
Hi there, under testcafe you will find a file called test.spec.js. This file contains one almost complete test that you need to correct and six more tests that you need to write yourself. In this exmaple we are using a Javascript framework called Testcafe. And you are allowed to use Testcafes documentation [https://devexpress.github.io/testcafe/documentation/reference/] . We are testing a webshop [https://www.saucedemo.com/]. On the login page you find credentioals that you need to use to complete all tests. Good luck!
- node ^12
- Clone the repo
git clone https://github.com/pontusnyman/tati.git
- Install NPM packages
npm install
- Run test
npm test
Optional eg.
npx testcafe chrome testcafe/test.spec.js -speed 0.5
Distributed under the MIT License. See LICENSE
for more information.
Pontus - pontus.nyman@neo4j.com
Project Link: https://github.com/pontusnyman/tati