Hi there,
I know it is possible to tell playwright to ignore https errors while running. Ideally though, it would be nice if the "dotnet dev cert" could be added to the playwright browsers trust list when running in CI / GitHub Actions on Ubuntu.
Before calling playwright.ps1 install --with-deps
I am performing a dotnet dev-certs https --export-path ./localhost-dev.pfx --password "Pa55w0rd!"
, so I have easy access to the public/private key pair. I just need a way to make localhost-dev.pfx
trusted in the playwright browsers.
Any suggestions are very welcome!
This thread is trying to answer question "How can I make the 'localhost-dev.pfx' trusted in the Playwright browsers?"
Rayrun is a community for QA engineers. I am constantly looking for new ways to add value to people learning Playwright and other browser automation frameworks. If you have feedback, email [email protected].