Skip to content

Commit c0626b1

Browse files
chore: Update to "melos.yaml" to include script for running web e2e tests locally. (#8060)
1 parent 306f6a3 commit c0626b1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

melos.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,17 @@ scripts:
152152
- test_driver
153153
scope: "*tests*"
154154

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+
155166
clean:deep:
156167
run: git clean -x -d -f -q
157168
description: Clean things very deeply, can be used to establish "pristine checkout" status.

0 commit comments

Comments
 (0)