Web - run smoke tests using playwright (#89918)

* playwright - initial version

* browser - use existing page and not create new context

* macOS: document how to remove the security flag

* smoke test - allow to run against server build with --build option

* do not rely on args

* fix path for windows

* smoke test - smoke 💄 and -ci option
This commit is contained in:
Benjamin Pasero
2020-02-04 17:23:27 +01:00
committed by GitHub
parent 16c7551f36
commit ec41f20c40
12 changed files with 250 additions and 191 deletions

View File

@@ -16,6 +16,6 @@
"exclude": [
"node_modules",
"out",
"tools",
"tools"
]
}