Skip to content

Commit fb222cd

Browse files
authored
Revise WebdriverIO usage instructions
Updated usage instructions for WebdriverIO tests to clarify steps and improve readability.
1 parent 7c22aae commit fb222cd

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)