You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,11 +70,17 @@ Works with **WebdriverIO** and **[Nightwatch.js](./packages/nightwatch-devtools/
70
70
71
71
## Installation
72
72
73
+
**WebdriverIO:**
73
74
```bash
74
75
npm install @wdio/devtools-service
75
76
```
76
77
77
-
> **Nightwatch users:**`@wdio/nightwatch-devtools` is included as a dependency of `@wdio/devtools-service`. Install the service and import from `@wdio/nightwatch-devtools` directly — see the [Nightwatch Integration](#nightwatch-integration) section.
78
+
**Nightwatch:**
79
+
```bash
80
+
npm install @wdio/nightwatch-devtools
81
+
```
82
+
83
+
> See the [Nightwatch Integration](#nightwatch-integration) section for configuration details.
Copy file name to clipboardExpand all lines: packages/nightwatch-devtools/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,9 @@
2
2
3
3
> Nightwatch adapter for [WebdriverIO DevTools](../../README.md) - brings the same visual debugging UI to your Nightwatch test suite with zero test code changes.
4
4
5
-
> **Note:**`@wdio/nightwatch-devtools` is included as a dependency of `@wdio/devtools-service`. Install the service package and import from `@wdio/nightwatch-devtools` directly.
0 commit comments