Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Samska committed Jun 28, 2024
1 parent 8f26b5a commit 180691c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[![Pytest Tests](https://github.com/Samska/pytest-project/actions/workflows/pytest.yml/badge.svg)](https://github.com/Samska/pytest-project/actions/workflows/pytest.yml)
[![Badge ServeRest](https://img.shields.io/badge/API-ServeRest-green)](https://github.com/ServeRest/ServeRest/)

# Pytest Serverest Study
Expand Down Expand Up @@ -62,4 +63,8 @@ pytest-project/
├── config.py # General configs such as base urls
├── pytest.ini # Used for logs, markers, timeouts and another configs for the pytest
├── README.md # README with project overview and instructions
```
```

## Continuous integration

This project has continuous integration with GitHub Actions. The configuration file is located at the path .github/workflows/k6.yml. Every time a push is made to the main branch, the pipeline is executed. With each execution, an artifact is generated with the test results and saved in that execution, as well as the results are published on the gh-pages and are available for consultation on this [page](https://samska.github.io/pytest-project/report.html).

0 comments on commit 180691c

Please sign in to comment.