pagean 4.4.2 → 6.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/README.md +9 -9
- package/docs/upgrade-guide.md +16 -0
- package/index.js +7 -4
- package/lib/config.js +2 -2
- package/lib/default-config.json +41 -39
- package/lib/externalFileUtils.js +1 -1
- package/lib/linkUtils.js +162 -25
- package/lib/logger.js +1 -1
- package/lib/report-template.handlebars +224 -209
- package/lib/schemaErrors.js +5 -4
- package/lib/testUtils.js +1 -1
- package/lib/tests.js +14 -14
- package/package.json +28 -30
- package/schemas/pageanrc.schema.json +199 -191
- package/.codeclimate.json +0 -8
- package/.depcheckrc.json +0 -3
- package/.dockerignore +0 -12
- package/.eslintrc.json +0 -19
- package/.gitattributes +0 -4
- package/.gitlab/gitlab-releaser.json +0 -16
- package/.htmlhintrc +0 -25
- package/.markdownlint.json +0 -13
- package/.pa11yci.json +0 -5
- package/.pageanrc.json +0 -55
- package/.stylelintrc.json +0 -7
- package/CHANGELOG.md +0 -204
- package/gitlab.pageanrc.json +0 -16
- package/jest.config.json +0 -22
- package/static-server.pageanrc.json +0 -50
- package/tests/__snapshots__/config.test.js.snap +0 -591
- package/tests/__snapshots__/externalFileUtils.test.js.snap +0 -7
- package/tests/__snapshots__/index.test.js.snap +0 -30
- package/tests/__snapshots__/pagean.test.js.snap +0 -82
- package/tests/__snapshots__/pageanrc.test.js.snap +0 -759
- package/tests/__snapshots__/reporter.test.js.snap +0 -509
- package/tests/config.test.js +0 -264
- package/tests/externalFileUtils.test.js +0 -184
- package/tests/index.test.js +0 -181
- package/tests/linkUtils.test.js +0 -290
- package/tests/logger.test.js +0 -324
- package/tests/pagean.test.js +0 -85
- package/tests/pageanrc.test.js +0 -96
- package/tests/reporter.test.js +0 -82
- package/tests/schemaErrors.test.js +0 -88
- package/tests/test-cases/.htmlhintrc +0 -25
- package/tests/test-cases/brokenLinks.html +0 -22
- package/tests/test-cases/consoleLog.html +0 -11
- package/tests/test-cases/duplicateLinks.html +0 -22
- package/tests/test-cases/dynamicContent.html +0 -13
- package/tests/test-cases/externalScripts.html +0 -21
- package/tests/test-cases/horizontalScrollbar.html +0 -13
- package/tests/test-cases/htmlError.html +0 -11
- package/tests/test-cases/noExternalScripts.html +0 -12
- package/tests/test-cases/notDocumentLinks.html +0 -18
- package/tests/test-cases/pagean-results.json +0 -1
- package/tests/test-cases/scriptError404.html +0 -9
- package/tests/test-cases/slowLoad.html +0 -9
- package/tests/test-configs/cli-tests/.pageanrc.json +0 -28
- package/tests/test-configs/cli-tests/all-empty.pageanrc.json +0 -10
- package/tests/test-configs/cli-tests/all-errors.pageanrc.json +0 -69
- package/tests/test-configs/cli-tests/all-fail-cli.pageanrc.json +0 -9
- package/tests/test-configs/cli-tests/no-urls.pageanrc.json +0 -7
- package/tests/test-configs/cli-tests/pass-fail-cli.pageanrc.json +0 -14
- package/tests/test-configs/integration-tests/all-passing-tests.pageanrc.json +0 -63
- package/tests/test-configs/integration-tests/broken-links-error.pageanrc.json +0 -22
- package/tests/test-configs/integration-tests/console-error-reporter-cli-json.pageanrc.json +0 -20
- package/tests/test-configs/integration-tests/console-error-reporter-html.pageanrc.json +0 -19
- package/tests/test-configs/integration-tests/console-error.pageanrc.json +0 -16
- package/tests/test-configs/integration-tests/console-output.pageanrc.json +0 -16
- package/tests/test-configs/integration-tests/external-scripts-error.pageanrc.json +0 -19
- package/tests/test-configs/integration-tests/horizontal-scrollbar.pageanrc.json +0 -16
- package/tests/test-configs/integration-tests/html-error.pageanrc.json +0 -16
- package/tests/test-configs/integration-tests/page-load-time.pageanrc.json +0 -16
- package/tests/test-configs/unit-tests/empty-url-values.pageanrc.json +0 -9
- package/tests/test-configs/unit-tests/empty-urls.pageanrc.json +0 -3
- package/tests/test-configs/unit-tests/empty.pageanrc.json +0 -2
- package/tests/test-configs/unit-tests/global-and-test-specific-settings-shorthand.pageanrc.json +0 -30
- package/tests/test-configs/unit-tests/global-and-test-specific-settings-test-props.pageanrc.json +0 -42
- package/tests/test-configs/unit-tests/global-and-test-specific-settings.pageanrc.json +0 -34
- package/tests/test-configs/unit-tests/global-test-settings.pageanrc.json +0 -15
- package/tests/test-configs/unit-tests/htmlhintrc-invalid.pageanrc.json +0 -7
- package/tests/test-configs/unit-tests/htmlhintrc-valid.pageanrc.json +0 -7
- package/tests/test-configs/unit-tests/ignored-links-denormalized.pageanrc.json +0 -18
- package/tests/test-configs/unit-tests/invalid.pageanrc.json +0 -0
- package/tests/test-configs/unit-tests/no-test-settings.pageanrc.json +0 -6
- package/tests/test-configs/unit-tests/project-no-test-settings.pageanrc.json +0 -7
- package/tests/test-configs/unit-tests/puppeteer-no-test-settings.pageanrc.json +0 -9
- package/tests/test-configs/unit-tests/reporters-empty.pageanrc.json +0 -7
- package/tests/test-configs/unit-tests/reporters-invalid-type.pageanrc.json +0 -9
- package/tests/test-configs/unit-tests/reporters-not-array.pageanrc.json +0 -6
- package/tests/test-configs/unit-tests/reporters-valid.pageanrc.json +0 -9
- package/tests/test-configs/unit-tests/test-specific-settings.pageanrc.json +0 -26
- package/tests/test-configs/unit-tests/url-types.pageanrc.json +0 -10
- package/tests/testUtils.test.js +0 -244
- package/tests/tests.test.js +0 -533
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"htmlhintrc": [
|
|
3
|
-
"./path/htmlhintrc"
|
|
4
|
-
],
|
|
5
|
-
"project": true,
|
|
6
|
-
"puppeteerLaunchOptions": {
|
|
7
|
-
},
|
|
8
|
-
"settings": {
|
|
9
|
-
"pageLoadTimeTest": {
|
|
10
|
-
"pageLoadTimeThreshold": 3,
|
|
11
|
-
"some": true
|
|
12
|
-
},
|
|
13
|
-
"consoleOutputTest": 2,
|
|
14
|
-
"new/Test": true
|
|
15
|
-
},
|
|
16
|
-
"urls": [
|
|
17
|
-
"tests/test-cases/htmlError.html",
|
|
18
|
-
5,
|
|
19
|
-
{
|
|
20
|
-
"url": "tests/test-cases/scriptError404.html",
|
|
21
|
-
"settings": {
|
|
22
|
-
"consoleOutputTest": {
|
|
23
|
-
},
|
|
24
|
-
"externalScriptTest": 3
|
|
25
|
-
},
|
|
26
|
-
"some": true
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"url": "tests/test-cases/slowLoad.html",
|
|
30
|
-
"settings": {
|
|
31
|
-
"pageLoadTimeTest": {
|
|
32
|
-
"pageLoadTimeThreshold": 2,
|
|
33
|
-
"foo": true,
|
|
34
|
-
"b~ar": 3
|
|
35
|
-
},
|
|
36
|
-
"externalScriptTest": false,
|
|
37
|
-
"brokenLinkTest": {
|
|
38
|
-
"ignoredLinks": true
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"url": "tests/test-cases/externalScripts.html",
|
|
44
|
-
"settings": {
|
|
45
|
-
"consoleOutputTest": false,
|
|
46
|
-
"consoleErrorTest": {
|
|
47
|
-
"enabled": true,
|
|
48
|
-
"some": true
|
|
49
|
-
},
|
|
50
|
-
"goo": "ber",
|
|
51
|
-
"brokenLinkTest": {
|
|
52
|
-
"ignoredLinks": [
|
|
53
|
-
"https://this.url.is.ignored",
|
|
54
|
-
"https://this.url.is.ignored"
|
|
55
|
-
]
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
"settings": {
|
|
61
|
-
"consoleOutputTest": false
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
],
|
|
65
|
-
"reporters": [
|
|
66
|
-
"csv"
|
|
67
|
-
],
|
|
68
|
-
"extraProperty": true
|
|
69
|
-
}
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"settings": {
|
|
3
|
-
"horizontalScrollbarTest": true,
|
|
4
|
-
"consoleOutputTest": true,
|
|
5
|
-
"consoleErrorTest": true,
|
|
6
|
-
"renderedHtmlTest": true,
|
|
7
|
-
"pageLoadTimeTest": {
|
|
8
|
-
"enabled": true,
|
|
9
|
-
"pageLoadTimeThreshold": 2
|
|
10
|
-
},
|
|
11
|
-
"brokenLinkTest": true
|
|
12
|
-
},
|
|
13
|
-
"urls": [
|
|
14
|
-
{
|
|
15
|
-
"url": "tests/test-cases/consoleLog.html",
|
|
16
|
-
"settings": {
|
|
17
|
-
"consoleOutputTest": false
|
|
18
|
-
}
|
|
19
|
-
},
|
|
20
|
-
"tests/test-cases/dynamicContent.html",
|
|
21
|
-
{
|
|
22
|
-
"url": "tests/test-cases/horizontalScrollbar.html",
|
|
23
|
-
"settings": {
|
|
24
|
-
"horizontalScrollbarTest": false
|
|
25
|
-
}
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
"url": "tests/test-cases/htmlError.html",
|
|
29
|
-
"settings": {
|
|
30
|
-
"renderedHtmlTest": false
|
|
31
|
-
}
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"url": "tests/test-cases/scriptError404.html",
|
|
35
|
-
"settings": {
|
|
36
|
-
"consoleOutputTest": false,
|
|
37
|
-
"consoleErrorTest": false,
|
|
38
|
-
"externalScriptTest": false
|
|
39
|
-
}
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
"url": "tests/test-cases/slowLoad.html",
|
|
43
|
-
"settings": {
|
|
44
|
-
"pageLoadTimeTest": false,
|
|
45
|
-
"externalScriptTest": false
|
|
46
|
-
}
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
"url": "tests/test-cases/externalScripts.html",
|
|
50
|
-
"settings": {
|
|
51
|
-
"consoleOutputTest": false,
|
|
52
|
-
"consoleErrorTest": false,
|
|
53
|
-
"externalScriptTest": false
|
|
54
|
-
}
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
"url": "tests/test-cases/brokenLinks.html",
|
|
58
|
-
"settings": {
|
|
59
|
-
"brokenLinkTest": false
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
]
|
|
63
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"urls": [
|
|
3
|
-
{
|
|
4
|
-
"url": "tests/test-cases/brokenLinks.html",
|
|
5
|
-
"settings": {
|
|
6
|
-
"horizontalScrollbarTest": false,
|
|
7
|
-
"consoleOutputTest": false,
|
|
8
|
-
"consoleErrorTest": false,
|
|
9
|
-
"renderedHtmlTest": false,
|
|
10
|
-
"pageLoadTimeTest": false,
|
|
11
|
-
"externalScriptTest": false,
|
|
12
|
-
"brokenLinkTest": {
|
|
13
|
-
"enabled": true,
|
|
14
|
-
"failWarn": false,
|
|
15
|
-
"ignoredLinks": [
|
|
16
|
-
"https://this.url.is.ignored"
|
|
17
|
-
]
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
]
|
|
22
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"reporters": [
|
|
3
|
-
"cli",
|
|
4
|
-
"json"
|
|
5
|
-
],
|
|
6
|
-
"urls": [
|
|
7
|
-
{
|
|
8
|
-
"url": "tests/test-cases/scriptError404.html",
|
|
9
|
-
"settings": {
|
|
10
|
-
"horizontalScrollbarTest": false,
|
|
11
|
-
"consoleOutputTest": false,
|
|
12
|
-
"consoleErrorTest": true,
|
|
13
|
-
"renderedHtmlTest": false,
|
|
14
|
-
"pageLoadTimeTest": false,
|
|
15
|
-
"externalScriptTest": false,
|
|
16
|
-
"brokenLinkTest": false
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
]
|
|
20
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"reporters": [
|
|
3
|
-
"html"
|
|
4
|
-
],
|
|
5
|
-
"urls": [
|
|
6
|
-
{
|
|
7
|
-
"url": "tests/test-cases/scriptError404.html",
|
|
8
|
-
"settings": {
|
|
9
|
-
"horizontalScrollbarTest": false,
|
|
10
|
-
"consoleOutputTest": false,
|
|
11
|
-
"consoleErrorTest": true,
|
|
12
|
-
"renderedHtmlTest": false,
|
|
13
|
-
"pageLoadTimeTest": false,
|
|
14
|
-
"externalScriptTest": false,
|
|
15
|
-
"brokenLinkTest": false
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
]
|
|
19
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"urls": [
|
|
3
|
-
{
|
|
4
|
-
"url": "tests/test-cases/scriptError404.html",
|
|
5
|
-
"settings": {
|
|
6
|
-
"horizontalScrollbarTest": false,
|
|
7
|
-
"consoleOutputTest": false,
|
|
8
|
-
"consoleErrorTest": true,
|
|
9
|
-
"renderedHtmlTest": false,
|
|
10
|
-
"pageLoadTimeTest": false,
|
|
11
|
-
"externalScriptTest": false,
|
|
12
|
-
"brokenLinkTest": false
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
]
|
|
16
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"urls": [
|
|
3
|
-
{
|
|
4
|
-
"url": "tests/test-cases/consoleLog.html",
|
|
5
|
-
"settings": {
|
|
6
|
-
"horizontalScrollbarTest": false,
|
|
7
|
-
"consoleOutputTest": true,
|
|
8
|
-
"consoleErrorTest": false,
|
|
9
|
-
"renderedHtmlTest": false,
|
|
10
|
-
"pageLoadTimeTest": false,
|
|
11
|
-
"externalScriptTest": false,
|
|
12
|
-
"brokenLinkTest": false
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
]
|
|
16
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"urls": [
|
|
3
|
-
{
|
|
4
|
-
"url": "tests/test-cases/externalScripts.html",
|
|
5
|
-
"settings": {
|
|
6
|
-
"horizontalScrollbarTest": false,
|
|
7
|
-
"consoleOutputTest": false,
|
|
8
|
-
"consoleErrorTest": false,
|
|
9
|
-
"renderedHtmlTest": false,
|
|
10
|
-
"pageLoadTimeTest": false,
|
|
11
|
-
"externalScriptTest": {
|
|
12
|
-
"enabled": true,
|
|
13
|
-
"failWarn": false
|
|
14
|
-
},
|
|
15
|
-
"brokenLinkTest": false
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
]
|
|
19
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"urls": [
|
|
3
|
-
{
|
|
4
|
-
"url": "tests/test-cases/horizontalScrollbar.html",
|
|
5
|
-
"settings": {
|
|
6
|
-
"horizontalScrollbarTest": true,
|
|
7
|
-
"consoleOutputTest": false,
|
|
8
|
-
"consoleErrorTest": false,
|
|
9
|
-
"renderedHtmlTest": false,
|
|
10
|
-
"pageLoadTimeTest": false,
|
|
11
|
-
"externalScriptTest": false,
|
|
12
|
-
"brokenLinkTest": false
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
]
|
|
16
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"urls": [
|
|
3
|
-
{
|
|
4
|
-
"url": "tests/test-cases/htmlError.html",
|
|
5
|
-
"settings": {
|
|
6
|
-
"horizontalScrollbarTest": false,
|
|
7
|
-
"consoleOutputTest": false,
|
|
8
|
-
"consoleErrorTest": false,
|
|
9
|
-
"renderedHtmlTest": true,
|
|
10
|
-
"pageLoadTimeTest": false,
|
|
11
|
-
"externalScriptTest": false,
|
|
12
|
-
"brokenLinkTest": false
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
]
|
|
16
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"urls": [
|
|
3
|
-
{
|
|
4
|
-
"url": "tests/test-cases/slowLoad.html",
|
|
5
|
-
"settings": {
|
|
6
|
-
"horizontalScrollbarTest": false,
|
|
7
|
-
"consoleOutputTest": false,
|
|
8
|
-
"consoleErrorTest": false,
|
|
9
|
-
"renderedHtmlTest": false,
|
|
10
|
-
"pageLoadTimeTest": true,
|
|
11
|
-
"externalScriptTest": false,
|
|
12
|
-
"brokenLinkTest": false
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
]
|
|
16
|
-
}
|
package/tests/test-configs/unit-tests/global-and-test-specific-settings-shorthand.pageanrc.json
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"settings": {
|
|
3
|
-
"horizontalScrollbarTest": false,
|
|
4
|
-
"pageLoadTimeTest": false
|
|
5
|
-
},
|
|
6
|
-
"urls": [
|
|
7
|
-
"localhost/tests/test-cases/consoleLog.html",
|
|
8
|
-
{
|
|
9
|
-
"url": "localhost/tests/test-cases/dynamicContent.html"
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
"url": "localhost/tests/test-cases/horizontalScrollbar.html",
|
|
13
|
-
"settings": {
|
|
14
|
-
"horizontalScrollbarTest": true
|
|
15
|
-
}
|
|
16
|
-
},
|
|
17
|
-
"localhost/tests/test-cases/htmlError.html",
|
|
18
|
-
{
|
|
19
|
-
"url": "localhost/tests/test-cases/scriptError404.html",
|
|
20
|
-
"settings": {
|
|
21
|
-
"consoleOutputTest": false,
|
|
22
|
-
"consoleErrorTest": false,
|
|
23
|
-
"pageLoadTimeTest": {
|
|
24
|
-
"pageLoadTimeThreshold": 1
|
|
25
|
-
},
|
|
26
|
-
"externalScriptTest": true
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
]
|
|
30
|
-
}
|
package/tests/test-configs/unit-tests/global-and-test-specific-settings-test-props.pageanrc.json
DELETED
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"settings": {
|
|
3
|
-
"horizontalScrollbarTest": {
|
|
4
|
-
"enabled": false
|
|
5
|
-
},
|
|
6
|
-
"pageLoadTimeTest": {
|
|
7
|
-
"enabled": false
|
|
8
|
-
}
|
|
9
|
-
},
|
|
10
|
-
"urls": [
|
|
11
|
-
"localhost/tests/test-cases/consoleLog.html",
|
|
12
|
-
{
|
|
13
|
-
"url": "localhost/tests/test-cases/dynamicContent.html"
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"url": "localhost/tests/test-cases/horizontalScrollbar.html",
|
|
17
|
-
"settings": {
|
|
18
|
-
"horizontalScrollbarTest": {
|
|
19
|
-
"enabled": true
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
},
|
|
23
|
-
"localhost/tests/test-cases/htmlError.html",
|
|
24
|
-
{
|
|
25
|
-
"url": "localhost/tests/test-cases/scriptError404.html",
|
|
26
|
-
"settings": {
|
|
27
|
-
"consoleOutputTest": {
|
|
28
|
-
"enabled": false
|
|
29
|
-
},
|
|
30
|
-
"consoleErrorTest": {
|
|
31
|
-
"enabled": false
|
|
32
|
-
},
|
|
33
|
-
"pageLoadTimeTest": {
|
|
34
|
-
"pageLoadTimeThreshold": 1
|
|
35
|
-
},
|
|
36
|
-
"externalScriptTest": {
|
|
37
|
-
"enabled": true
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
]
|
|
42
|
-
}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"settings": {
|
|
3
|
-
"horizontalScrollbarTest": false,
|
|
4
|
-
"pageLoadTimeTest": {
|
|
5
|
-
"enabled": false
|
|
6
|
-
}
|
|
7
|
-
},
|
|
8
|
-
"urls": [
|
|
9
|
-
"localhost/tests/test-cases/consoleLog.html",
|
|
10
|
-
{
|
|
11
|
-
"url": "localhost/tests/test-cases/dynamicContent.html"
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
"url": "localhost/tests/test-cases/horizontalScrollbar.html",
|
|
15
|
-
"settings": {
|
|
16
|
-
"horizontalScrollbarTest": true
|
|
17
|
-
}
|
|
18
|
-
},
|
|
19
|
-
"localhost/tests/test-cases/htmlError.html",
|
|
20
|
-
{
|
|
21
|
-
"url": "localhost/tests/test-cases/scriptError404.html",
|
|
22
|
-
"settings": {
|
|
23
|
-
"consoleOutputTest": false,
|
|
24
|
-
"consoleErrorTest": false,
|
|
25
|
-
"pageLoadTimeTest": {
|
|
26
|
-
"pageLoadTimeThreshold": 1
|
|
27
|
-
},
|
|
28
|
-
"externalScriptTest": {
|
|
29
|
-
"enabled": true
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
]
|
|
34
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"settings": {
|
|
3
|
-
"pageLoadTimeTest": {
|
|
4
|
-
"pageLoadTimeThreshold": 10
|
|
5
|
-
},
|
|
6
|
-
"consoleOutputTest": false,
|
|
7
|
-
"horizontalScrollbarTest": {
|
|
8
|
-
"enabled": false
|
|
9
|
-
}
|
|
10
|
-
},
|
|
11
|
-
"urls": [
|
|
12
|
-
"localhost/tests/test-cases/consoleLog.html",
|
|
13
|
-
"localhost/tests/test-cases/dynamicContent.html"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"settings": {
|
|
3
|
-
"brokenLinkTest": {
|
|
4
|
-
"ignoredLinks": [ "https://this.url.is.ignored/" ]
|
|
5
|
-
}
|
|
6
|
-
},
|
|
7
|
-
"urls": [
|
|
8
|
-
"localhost/tests/test-cases/noBrokenLinks.html",
|
|
9
|
-
{
|
|
10
|
-
"url": "localhost/tests/test-cases/brokenLinks.html",
|
|
11
|
-
"settings": {
|
|
12
|
-
"brokenLinkTest": {
|
|
13
|
-
"ignoredLinks": [ "https://this.url.is.ignored/"]
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
]
|
|
18
|
-
}
|
|
File without changes
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"urls": [
|
|
3
|
-
"localhost/tests/test-cases/consoleLog.html",
|
|
4
|
-
{
|
|
5
|
-
"url": "localhost/tests/test-cases/dynamicContent.html"
|
|
6
|
-
},
|
|
7
|
-
{
|
|
8
|
-
"url": "localhost/tests/test-cases/horizontalScrollbar.html",
|
|
9
|
-
"settings": {
|
|
10
|
-
"horizontalScrollbarTest": false,
|
|
11
|
-
"pageLoadTimeTest": false
|
|
12
|
-
}
|
|
13
|
-
},
|
|
14
|
-
"localhost/tests/test-cases/htmlError.html",
|
|
15
|
-
{
|
|
16
|
-
"url": "localhost/tests/test-cases/scriptError404.html",
|
|
17
|
-
"settings": {
|
|
18
|
-
"consoleOutputTest": false,
|
|
19
|
-
"consoleErrorTest": false,
|
|
20
|
-
"pageLoadTimeTest": {
|
|
21
|
-
"pageLoadTimeThreshold": 1
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
]
|
|
26
|
-
}
|