1
0
mirror of https://github.com/morris/vanilla-todo.git synced 2025-08-22 21:52:54 +02:00

add playwright config for testing more browsers

This commit is contained in:
Morris Brodersen
2024-12-28 21:02:31 +01:00
parent c291981406
commit 044178a234
3 changed files with 50 additions and 1 deletions

View File

@@ -1,3 +1,3 @@
set -e
rm -rf coverage
c8 --src public --reporter text --reporter lcov playwright test $1
c8 --src public --reporter text --reporter lcov playwright test --project Chromium $1