pontusnyman / tati

Test Automation Technical Interview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Logo

tati

Test Automation Technical Interview
Explore your skill »

About tait

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.

Interviewee

Fork this repo, create a branch, complete all tasks and open a Pull Request - Should be solved around one-two hours

Getting Started

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!

Prerequisites

  • node ^12

Installation

  1. Clone the repo
git clone https://github.com/pontusnyman/tati.git
  1. Install NPM packages
npm install
  1. Run test
npm test

Optional eg.

npx testcafe chrome testcafe/test.spec.js -speed 0.5

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Pontus - pontus.nyman@neo4j.com

Project Link: https://github.com/pontusnyman/tati

About

Test Automation Technical Interview

License:MIT License


Languages

Language:JavaScript 100.0%