When new feature development is being done, we want to be able to create integration tests to make sure that new feature works properly.
Acceptance Criteria:
I want to be able to create a integration test for new API endpoint and run it..
To-Do:
- create new GitLab repository in wikimedia-enterprise/tests subgroup
- setup CI/CD pipeline for the repository (we probably create scheduled pipeline, like a cron job)
- setup initial template to run the tests, can use wikimedia-enterprise/tests/api as an example