diff --git a/test/e2e-browser/README.md b/test/e2e-browser/README.md new file mode 100644 index 0000000000..f5b54fc559 --- /dev/null +++ b/test/e2e-browser/README.md @@ -0,0 +1,9 @@ +## Browser testing + +#### Install + +As per the [docs](https://playwright.dev/docs/intro#manually), run the following to install the supported browsers for Playwright: + +``` +npx playwright install +```