File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
catalyst_voices/apps/voices/integration_test Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments