This project was created to test your automation skills.
- A React App build using functional components with Hooks.
- The Components have their corresponding unit tests.
- The elements in each component use Data-TestId attributes.
You have one hour (1H) to complete the following goals:
- Select an automation framework and setup to use with this project.
- Create an Object Model Page for each component in the project using the data-testid.
- Create all the E2E tests that you consider necessary in order to cover the functionality of the app.
This project uses NodeJS 14.0.0 or higher versions, you can find the latest version here
To Make a copy of this repository use GIT
To install the libraries and dependencies
- cd automation-engineer-challenge
- npm install
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.