@tracelane/wdio 0.1.0-alpha.11 → 0.1.0-alpha.12

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 +2 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -10,6 +10,8 @@
10
10
 
11
11
  ![tracelane install — one command](https://raw.githubusercontent.com/Cubenest/rrweb-stack/main/assets/tracelane-hero.gif)
12
12
 
13
+ Docs: <https://tracelane.cubenest.in>
14
+
13
15
  ```sh
14
16
  cd your-wdio-project
15
17
  npx @tracelane/cli init
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tracelane/wdio",
3
- "version": "0.1.0-alpha.11",
3
+ "version": "0.1.0-alpha.12",
4
4
  "description": "WebdriverIO Service that records rrweb sessions and writes a self-contained HTML report on failed tests. The user-facing tracelane integration for WDIO.",
5
5
  "keywords": [
6
6
  "tracelane",
@@ -38,8 +38,8 @@
38
38
  "README.md"
39
39
  ],
40
40
  "dependencies": {
41
- "@tracelane/core": "0.1.0-alpha.8",
42
- "@tracelane/report": "0.1.0-alpha.9"
41
+ "@tracelane/report": "0.1.0-alpha.9",
42
+ "@tracelane/core": "0.1.0-alpha.8"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "@wdio/types": "^9.0.0",
@@ -66,7 +66,7 @@
66
66
  "url": "https://github.com/Cubenest/rrweb-stack",
67
67
  "directory": "packages/tracelane-wdio"
68
68
  },
69
- "homepage": "https://github.com/Cubenest/rrweb-stack/tree/main/packages/tracelane-wdio#readme",
69
+ "homepage": "https://tracelane.cubenest.in",
70
70
  "scripts": {
71
71
  "build": "tsc -p tsconfig.json && node scripts/build-rrweb-bundle.mjs",
72
72
  "typecheck": "tsc -p tsconfig.json --noEmit",