Skip to content

Commit 6847346

Browse files
committed
Readme update
1 parent 266719a commit 6847346

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ Works with **WebdriverIO** and **[Nightwatch.js](./packages/nightwatch-devtools/
7474
npm install @wdio/devtools-service
7575
```
7676

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+
7779
## Configuration
7880

7981
Add the service to your `wdio.conf.js`:
@@ -112,7 +114,7 @@ pnpm demo
112114

113115
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.
114116

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.
116118

117119
## Project Structure
118120

packages/nightwatch-devtools/README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22

33
> Nightwatch adapter for [WebdriverIO DevTools](../../README.md) - brings the same visual debugging UI to your Nightwatch test suite with zero test code changes.
44
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.
126
137
---
148

0 commit comments

Comments
 (0)