Skip to content

Commit bd828af

Browse files
docs(readme): adicionar repositório de automação em ruby
1 parent 687395e commit bd828af

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,16 @@ Para acompanhar o comportamento do ambiente aonde o ServeRest está hospedado vo
138138
- Tempo de resposta.
139139
- RPS (Requisições por segundo).
140140

141+
## Badge
142+
143+
Criou repositório utilizando o ServeRest? Adicione o código abaixo no topo do README.md para ter a badge do projeto.
144+
145+
[![Badge ServeRest](https://img.shields.io/badge/API-ServeRest-green)](https://github.com/ServeRest/ServeRest/)
146+
147+
```markdown
148+
[![Badge ServeRest](https://img.shields.io/badge/API-ServeRest-green)](https://github.com/ServeRest/ServeRest/)
149+
```
150+
141151
## Exemplos de automação
142152

143153
Os repositórios abaixo são exemplos de automação com boas práticas e que consome o ServeRest.
@@ -146,12 +156,9 @@ Os repositórios abaixo são exemplos de automação com boas práticas e que co
146156
- [JS > Automação com Supertest, Mocha e Chai - Paulo Gonçalves](https://github.com/PauloGoncalvesBH/sample-supertest)
147157
- [Python > Automação com Pytest - Leonardo Tsuda](https://github.com/ltsuda/pytest-serverest-study)
148158
- [Robot Framework > Automação com RequestsLibrary - Mayara Fernandes](https://github.com/mayribeirofernandes/testesrobotframework/tree/HEAD/ExemploAPI_ServeRest)
159+
- [Ruby > Automação com HTTParty e RSpec - Bruno Quintanilha](https://github.com/braquintanilha/serverest-httparty-rspec)
149160

150-
## Badge [![Badge ServeRest](https://img.shields.io/badge/API-ServeRest-green)](https://github.com/ServeRest/ServeRest/)
151-
152-
```markdown
153-
[![Badge ServeRest](https://img.shields.io/badge/API-ServeRest-green)](https://github.com/ServeRest/ServeRest/)
154-
```
161+
Para encontrar mais repositórios acesse https://github.com/search?q=serverest&type=Repositories
155162

156163
## Patrocinadores
157164

0 commit comments

Comments
 (0)