We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 306f6a3 commit c0626b1Copy full SHA for c0626b1
melos.yaml
@@ -152,6 +152,17 @@ scripts:
152
- test_driver
153
scope: "*tests*"
154
155
+ test:e2e:web:
156
+ run: |
157
+ melos exec -c 1 --fail-fast -- \
158
+ "flutter drive --no-pub --target=./test_driver/driver_e2e.dart -d chrome"
159
+ description: |
160
+ Run all e2e tests on web platform. Please ensure you have "chromedriver" installed and running.
161
+ select-package:
162
+ dir-exists:
163
+ - test_driver
164
+ scope: "*tests*"
165
+
166
clean:deep:
167
run: git clean -x -d -f -q
168
description: Clean things very deeply, can be used to establish "pristine checkout" status.
0 commit comments