This project defines a standard starter template for a GitLab pipeline. Including Stages and Jobs like:
- Build: Bbuild the tested/deployed system.
- Actions: Symbolizes actions on the system.
- Slack: Send notifications through the Slack app.
- Down: Stops and deletes all files created and the system started.
If you need more, simply create them and define your own Pipeline settings. Feel free to clone and use them.
The python script is used to convert a pytest report into a table (string) with all the summarized information.
It is necessary to define the .env file to inform the slack URL and channel.