https://github.com/thiagojacinto/virada-qualidade-desafio
12h to develop Automated Tests for an API and a website. Go go go!
https://github.com/thiagojacinto/virada-qualidade-desafio
automation cypress test-automation
Last synced: about 1 month ago
JSON representation
12h to develop Automated Tests for an API and a website. Go go go!
- Host: GitHub
- URL: https://github.com/thiagojacinto/virada-qualidade-desafio
- Owner: thiagojacinto
- License: mpl-2.0
- Created: 2021-07-03T01:05:20.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-17T22:02:48.000Z (almost 4 years ago)
- Last Synced: 2025-02-06T05:19:41.418Z (3 months ago)
- Topics: automation, cypress, test-automation
- Language: JavaScript
- Homepage:
- Size: 388 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to Desafio 12h 👋

[](https://github.com/thiagojacinto/virada-qualidade-desafio#readme)
[](https://github.com/thiagojacinto/virada-qualidade-desafio/graphs/commit-activity)> 12h to develop automated tests and have fun with it! Desafio proposto pela Virada da Qualidade, evento online do Iterasys realizado entre 02 e 03 de julho de 2021.
### 🏠 [Início](https://github.com/thiagojacinto/virada-qualidade-desafio#readme)
## Install
```sh
npm install
```## Usage
```sh
npm run cypress
```## Run tests
```sh
npm test
```
### Run UI tests```sh
npm run test:ui
```
### Run API tests```sh
npm run test:api
```
### Run all tests and generate a report```sh
npm run test:report
```
> After generated, reports should be found at _cypress/reports_## Author
👤 **Thiago Jacinto**
* Website: www.linkedin.com/in/thiago-jacinto
* Github: [@thiagojacinto](https://github.com/thiagojacinto)
* LinkedIn: [@thiago-jacinto](https://linkedin.com/in/thiago-jacinto)## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/thiagojacinto/virada-qualidade-desafio/issues).
## Show your support
Give a ⭐️ if this project helped you!
## 📝 License
Copyright © 2021 [Thiago Jacinto](https://github.com/thiagojacinto).
This project is [MPL-2.0](https://github.com/thiagojacinto/virada-qualidade-desafio/blob/master/LICENSE) licensed.
***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_