-
Hi all, to follow up on the discussion in #1169, I would like to talk about how we can verify that the StreamPipes version update is working as expected. In particular, how we can automate this process for all future versions. In [1] we already have some scripts to test more complex scenarios. They have to be triggered manually and are not included in the nightly automated tests. Maybe we can discuss the following points:
What are your thoughts? Cheers, [1] https://github.com/apache/streampipes/tree/dev/ui/cypress/tests/experimental |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I guess this is sometimes hard to achieve, but it's definetely a great aim which I'd like to follow.
Well this sounds reasonable, could be realized as a GitHub workflow |
Beta Was this translation helpful? Give feedback.
I guess this is sometimes hard to achieve, but it's definetely a great aim which I'd like to follow.
Daily tests would also provide direct feedback to applied changes and we can tackle them immediately.
If we only run these tests as part of the release process, e.g., we might need to fix a lot of issues at once and it might get very complex.
Well this sounds reasonable, could be realized as a GitHub workflow
But is it that easy as it sounds?