diff --git a/package.json b/package.json index 247c8beb00b..3465c230a00 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "code-oss-dev", "version": "1.43.0", - "distro": "948e3fff5f6b105c4705e2cf5857e0d83d5438cc", + "distro": "50679cbf1e8bf849cb5785226be6593d182153aa", "author": { "name": "Microsoft Corporation" }, @@ -174,4 +174,4 @@ "windows-mutex": "0.3.0", "windows-process-tree": "0.2.4" } -} \ No newline at end of file +} diff --git a/test/integration/browser/README.md b/test/integration/browser/README.md index dd8b6b74d4e..6140aab9acf 100644 --- a/test/integration/browser/README.md +++ b/test/integration/browser/README.md @@ -14,6 +14,8 @@ All integration tests run in an Electron instance. You can specify to run the te ## Run (inside browser) - resources/server/test/test-web-integration.[sh|bat] --browser [chromium|webkit] + resources/server/test/test-web-integration.[sh|bat] --browser [chromium|webkit] [--debug] All integration tests run in a browser instance as specified by the command line arguments. + +Add the `--debug` flag to see a browser window with the tests running.