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
+14-5Lines changed: 14 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# WebdriverIO DevTools
2
2
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.
4
6
5
7
## Features
6
8
@@ -106,14 +108,21 @@ pnpm build
106
108
pnpm demo
107
109
```
108
110
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
+
109
117
## Project Structure
110
118
111
119
```
112
120
packages/
113
-
├── app/ # Frontend Lit-based UI application
114
-
├── backend/ # Fastify server with test runner management
0 commit comments