@browserless/test 13.8.3 → 13.9.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.
Files changed (2) hide show
  1. package/README.md +7 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -9,7 +9,7 @@
9
9
  <br><br>
10
10
  </div>
11
11
 
12
- > A test suite for the **browserless** api
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.8.3",
5
+ "version": "13.9.1",
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.8.3",
39
+ "browserless": "13.9.1",
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": "8914ca411458b6902e32f9c12f5780a7beea0e56"
57
+ "gitHead": "9c3b5bdb192fd65deec41a870fd848e53b6886ba"
58
58
  }