First attempt at automated Playwright tests (#402)

* First attempt at automated Playwright tests

* Fix deb installation in CI

* Try again with .deb

* Try xvfb

* Fix paths

* Prepare macOS runner for UI tests

* test_artifacts

* Increase test timeout to 30s

* Add timeout

* Split out build & test stages for easier retrying

* Use a single test matrix job

* Fix testing

* Yarn install

* Install deps

* Make prep more generic

* Update build.yaml

* Update build.yaml

* Update build.yaml
This commit is contained in:
Michael Telatynski
2022-08-25 18:04:14 +00:00
committed by GitHub
parent bc8ab50b58
commit f0201cfe31
7 changed files with 2441 additions and 39 deletions
+4 -2
View File
@@ -14,9 +14,11 @@
"lib": [
"es2019",
"dom"
]
],
"types": ["jest", "node"],
},
"include": [
"./src/**/*.ts"
"./src/**/*.ts",
"./tests/**/*.ts"
]
}