first throw integration/smoke test for ambient role #4781
Conversation
There was a problem hiding this comment.
Awesome @tpurschke!
The structure is easily understandable and the use of pytest fixtures and functionalities is spot-on. The alternative would be to write these tests with Playwright .NET but I think that depends on what language the team is more comfortable with.
Having the tests integrated into the ansible playbook also makes sense since it's directly integrated into the installation process in the CI/CD process and failures will be caught by the pipeline 🙌🏻
|
@tpurschke We could add Playwright nuget package to the test's project instead of python. that would be easiest in my eyes |



This smoke test was tested against #4780 showing an error without this PR and a clean run with the PR applied.
@Laennart can you have a look at this and see
@abarz722 FYI