Skip to content

Commit 8c0926c

Browse files
authored
remove headless option (#773)
1 parent 0a10d7e commit 8c0926c

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.12.30+4
2+
3+
* No longer run with headless mode as there are issues with the browser.
4+
The headless option will be added in the future when issues are
5+
resolved.
6+
17
## 0.12.30+3
28

39
* Fix a memory leak when loading browser tests.

lib/src/runner/browser/chrome.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ class Chrome extends Browser {
4646

4747
if (!debug) {
4848
args.addAll([
49-
"--headless",
5049
"--disable-gpu",
5150
// We don't actually connect to the remote debugger, but Chrome will
5251
// close as soon as the page is loaded if we don't turn it on.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: test
2-
version: 0.12.30+3
2+
version: 0.12.30+4
33
author: Dart Team <[email protected]>
44
description: A library for writing dart unit tests.
55
homepage: https://github.com/dart-lang/test

0 commit comments

Comments
 (0)