Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.16 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.16 KB


Before you start

Please create a private fork of this repository and work on that one. Once you're ready to share your work with us, please grant access to your repository to the owner of this (the original) repository.

Goal of this exercise

Write some automated E2E tests for the TO-DO application using Cypress.

The goal is not to add full coverage, instead, focus on how to organize the code well in a way that is maintainable. We care about clean and well organized code that would scale well if the application being tested grows into a big project.

There is no maximum timeframe to complete this assignment so feel free to take as much time as you need to prepare something you're proud of 🚀

Prerequisites

Install Node.js, instructions here

Available Scripts

Install dependencies

npm install

Run the app

npm start

Open Cypress GUI app

npm run cypress:open

Run Cypress tests in headless mode

npm run cypress:run