forked from firka/flutter
Allow Flutter Web Driver testing in debug mode. (#62577)
This commit is contained in:
@@ -188,17 +188,6 @@ class DriveCommand extends RunCommandBase {
|
||||
);
|
||||
}
|
||||
|
||||
if (isWebPlatform && buildInfo.isDebug) {
|
||||
// TODO(angjieli): remove this once running against
|
||||
// target under test_driver in debug mode is supported
|
||||
throwToolExit(
|
||||
'Flutter Driver web does not support running in debug mode.\n'
|
||||
'\n'
|
||||
'Use --profile mode for testing application performance.\n'
|
||||
'Use --release mode for testing correctness (with assertions).'
|
||||
);
|
||||
}
|
||||
|
||||
Uri webUri;
|
||||
|
||||
if (isWebPlatform) {
|
||||
|
||||
Reference in New Issue
Block a user