-
During the last Community Standup (October 26th), we were talking about that it would be nice if there are any option to run e2e as part of the PR checks. Executing e2e test is slow and requires external resources, so we were talking about the possibility of using commands on the PR itself (from people who have at least written permissions) to trigger those e2e test only if he/she wants. I'm trying to figure out if there is any already done solution for this use case and I haven't been able to find any, so I propose using 2 different actions executed in a row to achieve the desired behavior. Do you know about any built-in solution or any GitHub action which already does it? Does this approach make sense for you? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
The very best thing would be to specify which e2e test to run in the trigger, maybe somehow specify the regex that's been set here Line 21 in 7f619bd |
Beta Was this translation helpful? Give feedback.
-
This is finally done! 🎉 |
Beta Was this translation helpful? Give feedback.
-
@JorTurFer can we see the test log somewhere, in case the e2e test failed? |
Beta Was this translation helpful? Give feedback.
This is finally done! 🎉