1
0
mirror of https://github.com/SomboChea/ui synced 2026-01-19 09:36:30 +07:00

build: e2e integration with puppeteer (#192)

* build: add e2e testing scripts

* build: add e2e testing scripts

* chore: fix script

* chore: fix script

* chore: ignore e2e normal test

* chore: fix node_latest_browser

* chore: move lint to prepare

* chore: fix lint

* chore: add local theme

* fix: e2e tests
This commit is contained in:
Juan Picado @jotadeveloper
2019-10-13 10:27:01 +02:00
committed by GitHub
parent 0c4fb7da13
commit d1b3e6e3b5
19 changed files with 1328 additions and 142 deletions

11
test/e2e/.eslintrc Normal file
View File

@@ -0,0 +1,11 @@
{
"rules": {
"@typescript-eslint/no-var-requires": 0,
"@typescript-eslint/explicit-function-return-type": 0,
"@typescript-eslint/no-explicit-any": 0,
"@typescript-eslint/explicit-member-accessibility": 0,
"no-console": 0,
"new-cap": 0,
"max-len": 0
}
}