test: bare-bones e2e testing with playwright (#416)

This commit is contained in:
Matiss Janis Aboltins
2023-01-12 22:43:32 +00:00
committed by GitHub
parent 4b90e37186
commit 50a71335e6
14 changed files with 323 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ runs:
with:
node-version: 16.15.0
- name: Cache
uses: actions/cache@v2
uses: actions/cache@v3
id: cache
with:
path: '**/node_modules'