An open API service indexing awesome lists of open source software.

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!

Awesome Lists containing this project

README

        

# Welcome to Desafio 12h 👋
![Version](https://img.shields.io/badge/version-1.3.0-blue.svg?cacheSeconds=2592000)
[![Documentation](https://img.shields.io/badge/documentation-yes-brightgreen.svg)](https://github.com/thiagojacinto/virada-qualidade-desafio#readme)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](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)_