Skip to content

Commit 086ab5e

Browse files
committed
Main Readme update
1 parent 7f6e252 commit 086ab5e

1 file changed

Lines changed: 14 additions & 5 deletions

File tree

README.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# WebdriverIO DevTools
22

3-
A powerful browser devtools extension for debugging, visualizing, and controlling WebdriverIO test executions in real-time.
3+
A powerful browser devtools extension for debugging, visualizing, and controlling test executions in real-time.
4+
5+
Works with **WebdriverIO** and **[Nightwatch.js](./packages/nightwatch-devtools/README.md)** — same backend, same UI, same capture infrastructure.
46

57
## Features
68

@@ -106,14 +108,21 @@ pnpm build
106108
pnpm demo
107109
```
108110

111+
## Nightwatch Integration
112+
113+
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+
115+
**[`@wdio/nightwatch-devtools`](./packages/nightwatch-devtools/README.md)** — installation, configuration, and Cucumber/BDD setup.
116+
109117
## Project Structure
110118

111119
```
112120
packages/
113-
├── app/ # Frontend Lit-based UI application
114-
├── backend/ # Fastify server with test runner management
115-
├── service/ # WebdriverIO service and reporter
116-
└── script/ # Browser-injected trace collection script
121+
├── app/ # Frontend Lit-based UI application
122+
├── backend/ # Fastify server with test runner management
123+
├── service/ # WebdriverIO service and reporter
124+
├── script/ # Browser-injected trace collection script
125+
└── nightwatch-devtools/ # Nightwatch adapter plugin
117126
```
118127

119128
## Contributing

0 commit comments

Comments
 (0)