@sprucelabs/jest-sheets-reporter 1.3.120 → 1.3.121
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 +9 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,6 +4,15 @@ Update a Google Sheet when your tests pass or fail.
|
|
|
4
4
|
|
|
5
5
|
<img src="https://raw.githubusercontent.com/sprucelabsai/jest-sheets-reporter/master/docs/images/overview.png">
|
|
6
6
|
|
|
7
|
+
## Installing
|
|
8
|
+
|
|
9
|
+
```bash
|
|
10
|
+
yarn add -D @sprucelabs/jest-sheets-reporter
|
|
11
|
+
```
|
|
12
|
+
```bash
|
|
13
|
+
npm install --dev @sprucelabs/jest-sheets-reporter
|
|
14
|
+
```
|
|
15
|
+
|
|
7
16
|
## Example Jest config
|
|
8
17
|
|
|
9
18
|
```json
|
package/package.json
CHANGED