@browserless/test 9.3.6 → 9.3.17

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 +26 -0
  2. package/package.json +2 -2
package/README.md ADDED
@@ -0,0 +1,26 @@
1
+ <div align="center">
2
+ <br>
3
+ <img style="width: 500px; margin:3rem 0 1.5rem;" src="https://browserless.js.org/static/logo-banner.png" alt="browserless">
4
+ <br>
5
+ <br>
6
+ <p align="center"><strong>@browserless/test</strong>: A test suite for browserless API.</p>
7
+ <p align="center">See our <a href="https://browserless.js.org" target='_blank' rel='noopener noreferrer'>website</a> for more information.</p>
8
+ <br>
9
+ </div>
10
+
11
+ ## Install
12
+
13
+ Using npm:
14
+
15
+ ```sh
16
+ npm install @browserless/test --save-dev
17
+ ```
18
+
19
+ ## License
20
+
21
+ **@browserless/test** © [Microlink](https://microlink.io), Released under the [MIT](https://github.com/microlinkhq/browserless/blob/master/LICENSE.md) License.<br>
22
+ Authored and maintained by [Microlink](https://microlink.io) with help from [contributors](https://github.com/microlinkhq/browserless/contributors).
23
+
24
+ The [logo](https://thenounproject.com/term/browser/288309/) has been designed by [xinh studio](https://xinh.studio).
25
+
26
+ > [microlink.io](https://microlink.io) · GitHub [@MicrolinkHQ](https://github.com/microlinkhq) · Twitter [@microlinkhq](https://twitter.com/microlinkhq)
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@browserless/test",
3
3
  "description": "A test suite for browserless API",
4
4
  "homepage": "https://browserless.js.org",
5
- "version": "9.3.6",
5
+ "version": "9.3.17",
6
6
  "main": "index.js",
7
7
  "author": {
8
8
  "email": "hello@microlink.io",
@@ -54,5 +54,5 @@
54
54
  "test": "exit 0"
55
55
  },
56
56
  "license": "MIT",
57
- "gitHead": "0184a090d6c7dab2ae57421c8d62c6b7c0678ecd"
57
+ "gitHead": "04673cb79ea79b17bbd90fe78f130143aac60690"
58
58
  }