This project was created to test your automation skills.
- A React App build using functional components with Hooks
- The Components have their corresponding unit test
- 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 the all E2E test that you consider in order to cover the functionality of the app
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.