Skip to content

Commit

Permalink
Ajustes README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardopadilha committed Jul 30, 2024
1 parent 395815f commit f772a4f
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,9 @@ jobs:
record: true

env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}

# salva o relatório após a execução da pipeline
- name: upload relatório
uses: actions/[email protected]
path: cypress\reports\html
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,25 @@ Automação de teste Web utilizando Cypress
[![Mocha](https://img.shields.io/badge/license-mocha-red.svg)](https://mochajs.org/)
[![Browserstack](https://img.shields.io/badge/license-browserstack-orange.svg)](https://www.browserstack.com/)
[![Cypress](https://img.shields.io/badge/license-cypress-blue.svg)](https://www.cypress.io/)
[![Cypress Cloud](https://img.shields.io/badge/license-cypress-cloud-blue.svg)](https://docs.cypress.io/guides/cloud/introduction)
[![Cypress Mochawesome Reporter](https://img.shields.io/badge/license-cypress-mochawesome-reporter-gree.svg)](https://www.npmjs.com/package/cypress-mochawesome-reporter)
[![Slack](https://img.shields.io/badge/license-slack-green.svg)](https://slack.com/intl/pt-br)
[![JS](https://img.shields.io/badge/license-javascript-blue.svg)](https://developer.mozilla.org/en-US/docs/Web/JavaScript)

## Descrição do Projeto

Este projeto foi desenvolvido com o objetivo de aprimorar os aprendizados em automação web utilizando cypress. A automação de testes visa garantir a qualidade e a funcionalidade do site, cobrindo cenários críticos e preparando a base para a expansão futura dos testes.

## Integrações

### Cypress cloud

<img src="./images/cypress cloud.png">

### Slack

<img src="./images/slack.png">


## Instalação

Expand Down
Binary file added images/cypress_cloud.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/slack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f772a4f

Please sign in to comment.