From 3658d7820d69df245f6254bbab27470629862ea7 Mon Sep 17 00:00:00 2001 From: Stefan Wehrmeyer Date: Wed, 21 Feb 2024 15:19:51 +0100 Subject: [PATCH] Update test description to Playwright --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd73ecd..1562d97 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Additionally user data like credentials and chosen provider is stored via `brows ## Tests -There is a test setup for sites using [Jest](https://jestjs.io/) and [Puppeteer](https://puppeteer.github.io/puppeteer/) that can be run with: +There is a test setup for sites using [Playwright](https://playwright.dev/) that can be run with: ```bash # install dependencies @@ -48,7 +48,7 @@ npm run build # Run tests npm run test # Run tests with actual browser window for one domain -HEADLESS=false npm run test -- -t "test www.zeit.de" +npm run test -- --headed -g "zeit.de" ``` Add testing data to site objects like this: