Replies: 1 comment
-
https://playwright.dev/ is pretty solid in terms of e2e testing UI, logic and components. For the test instance we can use the same setup we use for gitpod already: https://github.com/woodpecker-ci/woodpecker/tree/main/contrib/woodpecker-test-repo/.woodpecker. For a minimal kubernetes we could have a service running k3s. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@6543 wrote:
In case of #3178 mocking API doesn't make sense to me - looks like writing another implementation of Kubernetes.
It would be great, though, if we have intergration-integration tests (e2e). Test pipeline can be prepared in Gitea. Then in e2e test we can call WP API to trigger that pipeline. Then just check status of steps after some delay, maybe logs also. Instead of API, perhaps, CLI can be used.
Maybe some frameworks exist for this purpose.
PS: made discussion in order to not be lost.
Beta Was this translation helpful? Give feedback.
All reactions