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
+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
@@ -74,6 +74,8 @@ Works with **WebdriverIO** and **[Nightwatch.js](./packages/nightwatch-devtools/
74
74
npm install @wdio/devtools-service
75
75
```
76
76
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
+
77
79
## Configuration
78
80
79
81
Add the service to your `wdio.conf.js`:
@@ -112,7 +114,7 @@ pnpm demo
112
114
113
115
Using [Nightwatch.js](https://nightwatchjs.org/)? A dedicated adapter package brings the same DevTools UI to your Nightwatch test suite with zero test code changes.
114
116
115
-
→ **[`@wdio/nightwatch-devtools`](./packages/nightwatch-devtools/README.md)** — installation, configuration, and Cucumber/BDD setup.
117
+
→ **[`@wdio/nightwatch-devtools`](./packages/nightwatch-devtools/README.md)** — configuration, Cucumber/BDD setup, and limitations.
Copy file name to clipboardExpand all lines: packages/nightwatch-devtools/README.md
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,7 @@
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
-
## Installation
6
-
7
-
```bash
8
-
npm install --save-dev @wdio/nightwatch-devtools
9
-
# or
10
-
pnpm add -D @wdio/nightwatch-devtools
11
-
```
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