https://github.com/snowdogapps/qa-recruitment-test
https://github.com/snowdogapps/qa-recruitment-test
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/snowdogapps/qa-recruitment-test
- Owner: SnowdogApps
- Created: 2021-11-09T14:34:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-28T02:14:47.000Z (over 4 years ago)
- Last Synced: 2025-04-12T22:14:58.909Z (about 1 year ago)
- Size: 45.9 KB
- Stars: 0
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QA Recruitment Test
This exercise will check your skills related to automated testing and generic experience in software development.
## Before you start
- Fork this repository, it needs to stay on GitHub, publicly available.
- We are not answering any questions about this test. Everyone work with the same set of information, to let us fairly judge your work.
- You will need a Node.js installed in the current LTS version (if you don't know where to start, use [Volta](https://volta.sh/)).
## Setup
Clone repo locally and then install the project dependencies using `npm install`.
To run Cypress use `npm run cypress`.
## Task
We want you to cover the process of adding products to the cart on https://alpaca-community.snowdog.dev
Don't make orders, keep things simple, let's assume that you have a budget of up to 4 hours to handle that.
Remember to commit all related code to the repository.