Add playwright browser test (#48)

* Add playwright

* Add test:browser command

* Remove test examples

* Add basic node tests

* Add drag node test

* Merge workflows

* nit

* Localize jest

* Add local config

* Change working dir

* Use consistent fonts

* Fix emoji fonts

* Update github action to save expectation

* update on test failure

* push to head

* Update test expectations [skip ci]

---------

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Chenlei Hu
2024-06-24 09:41:40 -04:00
committed by GitHub
parent 3ace859106
commit 51b925f7ef
13 changed files with 370 additions and 8 deletions

8
.gitignore vendored
View File

@@ -25,3 +25,11 @@ dist-ssr
# Ignore test data.
tests-ui/data/*
# Browser tests
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/
.env