kyma-project / kyma-project/runtime-watcher
Change e2e test execution to Makefile-based approach
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 1
- Forks
- 18
- Avg merge
- 3d 20h
- Merged PRs (30d)
- 10
Description
Currently e2e tests can only be executed in the GitHub environment using GitHub actions.
We've already switched to Makefile-based approach in the Lifecycle-Manager repository.
Change the current e2e tests setup so that these can also be run locally using Makefiles.
Use concepts from the Lifecycle-Manager repository as a guide.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Inspect the current e2e test setup and its GitHub Actions workflow, then compare the approach with the Lifecycle-Manager repository. Add Makefile-based entry points that run the existing e2e tests locally while preserving the current GitHub environment execution. Done means the e2e tests can be started locally through Makefiles.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, go
- Domain
- build-system, ci-cd, testing
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100