@browserless/test 13.8.3 → 13.9.2
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/README.md +7 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
<br><br>
|
|
10
10
|
</div>
|
|
11
11
|
|
|
12
|
-
>
|
|
12
|
+
> @browserless/test: Shared helpers for the browserless test suite.
|
|
13
13
|
|
|
14
14
|
## Install
|
|
15
15
|
|
|
@@ -19,6 +19,12 @@ Using npm:
|
|
|
19
19
|
npm install @browserless/test --save-dev
|
|
20
20
|
```
|
|
21
21
|
|
|
22
|
+
## About
|
|
23
|
+
|
|
24
|
+
Internal helpers used by the monorepo tests: spin up a browserless instance, serve a fixture page, and compare screenshot or PDF output.
|
|
25
|
+
|
|
26
|
+
This package is not a public product API.
|
|
27
|
+
|
|
22
28
|
## License
|
|
23
29
|
|
|
24
30
|
**@browserless/test** © [Microlink](https://microlink.io), released under the [MIT](https://github.com/microlinkhq/browserless/blob/master/LICENSE.md) License.<br>
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@browserless/test",
|
|
3
3
|
"description": "Testing utilities for headless browser automation. Includes test helpers, screenshot comparison, and PDF validation tools.",
|
|
4
4
|
"homepage": "https://browserless.js.org",
|
|
5
|
-
"version": "13.
|
|
5
|
+
"version": "13.9.2",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": "./src/index.js",
|
|
8
8
|
"./create": "./src/create.js",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"async-listen": "latest",
|
|
38
38
|
"ava": "5",
|
|
39
|
-
"browserless": "13.
|
|
39
|
+
"browserless": "13.9.2",
|
|
40
40
|
"fs-extra": "latest",
|
|
41
41
|
"img-diff-js": "latest",
|
|
42
42
|
"pdf-parse": "latest",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"test": "exit 0"
|
|
55
55
|
},
|
|
56
56
|
"license": "MIT",
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "025ebb6f35fd65f3d92a36e1d5deaa7c080e404d"
|
|
58
58
|
}
|