Skip to content

Commit 4efb679

Browse files
author
Łukasz Molski
committed
Update e2e
1 parent 107b5d3 commit 4efb679

File tree

10 files changed

+23
-135
lines changed

10 files changed

+23
-135
lines changed

e2e/all-versions/README.md

Lines changed: 0 additions & 76 deletions
This file was deleted.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"src": "./tests/**/*.js",
3+
"browsers": ["chrome:headless --disable-web-security --allow-running-insecure-content --disable-features=VizDisplayCompositor --allow-access-from-files --disable-site-isolation-trials"],
4+
"hostname": "localhost",
5+
"screenshots": {
6+
"path": "./artifacts/screenshots/",
7+
"takeOnFails": true,
8+
"fullPage": true
9+
},
10+
"reporter": "spec",
11+
"speed": 1,
12+
"debugMode": false,
13+
"debugOnFail": true,
14+
"stopOnFirstFail": true,
15+
"selectorTimeout": 5000,
16+
"assertionTimeout": 10000,
17+
"pageLoadTimeout": 15000,
18+
"pageRequestTimeout": 20000
19+
}
File renamed without changes.

e2e/all-versions/tests/package-lock.json renamed to e2e/all-versions/e2e-tests/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
2-
"name": "uix-sdk-e2e-all-versions",
2+
"name": "uix-sdk-e2e",
33
"version": "1.0.0",
44
"description": "This is an e2e test bucket for uix sdk",
5-
"main": "index.js",
6-
"scripts": {
5+
"main": "index.js", "scripts": {
76
"test": "npx testcafe --config-file .testcaferc.json ",
87
"test:local": "npx testcafe --config-file .testcaferc.local.json"
98
},
File renamed without changes.
File renamed without changes.

e2e/all-versions/package.json

Lines changed: 0 additions & 33 deletions
This file was deleted.

e2e/all-versions/tests/.testcaferc.json

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)