Skip to content

Commit 6c11aa4

Browse files
authored
test(cat-voices): Integration tests align with running chrome thru script (#2155)
* wip * wip * wip * wip * wip * .
1 parent 4909d5d commit 6c11aa4

File tree

1 file changed

+1
-8
lines changed
  • catalyst_voices/apps/voices/integration_test

1 file changed

+1
-8
lines changed

catalyst_voices/apps/voices/integration_test/Earthfile

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,7 @@ integration-test-web:
2828
sleep 5 && \
2929
flutter drive --driver=test_driver/integration_tests.dart \
3030
--target=integration_test/all_test.dart \
31-
-d web-server --browser-name=$browser --driver-port=$driver_port \
32-
# https://github.com/flutter/flutter/issues/154727
33-
--web-browser-flag=--disable-web-security \
34-
--web-browser-flag=--disable-gpu \
35-
--web-browser-flag=--headless \
36-
--web-browser-flag=--disable-search-engine-choice-screen \
37-
# flutter_rust_bridge: https://cjycode.com/flutter_rust_bridge/manual/miscellaneous/web-cross-origin#when-flutter-run
38-
# drift: https://drift.simonbinder.eu/platforms/web/#additional-headers
31+
-d $browser --driver-port=$driver_port \
3932
--web-header Cross-Origin-Opener-Policy=same-origin \
4033
--web-header Cross-Origin-Embedder-Policy=require-corp \
4134
--profile || echo fail > fail

0 commit comments

Comments
 (0)