Note for Fedora/RHEL users: you will get a Playwright validation warning that looks worrying, but it can be ignored. Suppress it by adding the PLAYWRIGHT_SKIP_VALIDATE_HOST_REQUIREMENTS environment variable to the maven-surefire-plugin configuration in pom.xml
Thanks for this. It's just what I needed.
Note for Fedora/RHEL users: you will get a Playwright validation warning that looks worrying, but it can be ignored. Suppress it by adding the PLAYWRIGHT_SKIP_VALIDATE_HOST_REQUIREMENTS environment variable to the maven-surefire-plugin configuration in pom.xml
Thank you 🙏