ruflin / e2e-testing

Formal verification of Metricbeat, Elastic-Agent and more using BDD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

End-2-End tests for the Observability projects

This repository contains:

  1. a Go library to provision services in the way of Docker containers. It will provide the services using Docker Compose files.
  2. A test framework to execute e2e tests for certain Observability projects:

Contributing

pre-commit

This project uses pre-commit so, after installing it, please install the already configured pre-commit hooks we support, to enable pre-commit in your local git repository:

$ pre-commit install
pre-commit installed at .git/hooks/pre-commit

To understand more about the hooks we use, please take a look at pre-commit's configuration file.

Backports

This project requires backports to the existing active branches. Those branches are defined in the .backportrc.json and .mergify.yml files. In order to do so, there are two different approaches:

Mergify 🥇

This is the preferred approach. Backports are created automatically as long as the rules defined in .mergify.yml are fulfilled. From the user's point of view it's required only to attach a labels to the pull request that should be backported, and once it gets merged the automation happens under the hood.

Backportrc 👴

This is the traditional approach where the backports are created by the author who created the original pull request. For such, it's required to install backport and run the command in your terminal

$ backport  --label <YOUR_LABELS> --auto-assign --pr <YOUR_PR>

About

Formal verification of Metricbeat, Elastic-Agent and more using BDD


Languages

Language:Go 86.2%Language:Gherkin 5.5%Language:Groovy 3.3%Language:Shell 3.3%Language:Makefile 1.7%