Skip to content

Commit b7a29c7

Browse files
author
Benjamin Pasero
committed
tests - document and enable debug mode for integration tests
1 parent e399df9 commit b7a29c7

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "code-oss-dev",
33
"version": "1.43.0",
4-
"distro": "948e3fff5f6b105c4705e2cf5857e0d83d5438cc",
4+
"distro": "50679cbf1e8bf849cb5785226be6593d182153aa",
55
"author": {
66
"name": "Microsoft Corporation"
77
},
@@ -174,4 +174,4 @@
174174
"windows-mutex": "0.3.0",
175175
"windows-process-tree": "0.2.4"
176176
}
177-
}
177+
}

test/integration/browser/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ All integration tests run in an Electron instance. You can specify to run the te
1414

1515
## Run (inside browser)
1616

17-
resources/server/test/test-web-integration.[sh|bat] --browser [chromium|webkit]
17+
resources/server/test/test-web-integration.[sh|bat] --browser [chromium|webkit] [--debug]
1818

1919
All integration tests run in a browser instance as specified by the command line arguments.
20+
21+
Add the `--debug` flag to see a browser window with the tests running.

0 commit comments

Comments
 (0)