File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -59,12 +59,13 @@ export const config = {
5959
6060## Usage
6161
62- 1 . Run your WebdriverIO tests with the devtools service enabled
63- 2 . Open ` http://localhost:3000 ` in your browser
64- 3 . View real-time test execution with live browser preview
65- 4 . Click play buttons on any test or suite to rerun selectively
66- 5 . Click stop button to terminate running tests
67- 6 . Explore actions, metadata, and console logs in the workbench tabs
62+ 1 . Run your WebdriverIO tests
63+ 2 . The devtools UI automatically opens in an external browser window at ` http://localhost:3000 `
64+ 3 . Tests begin executing immediately with real-time visualization
65+ 4 . View live browser preview, test progress, and command execution
66+ 5 . After initial run completes, use play buttons to rerun individual tests or suites
67+ 6 . Click stop button anytime to terminate running tests
68+ 7 . Explore actions, metadata, console logs, and source code in the workbench tabs
6869
6970## Development
7071
You can’t perform that action at this time.
0 commit comments