|
59 | 59 | "detail": "Run `flutter test` on all Firestore packages (excluding web & example)",
|
60 | 60 | "problemMatcher": []
|
61 | 61 | },
|
62 |
| - { |
63 |
| - "label": "firestore -> test:e2e", |
64 |
| - "type": "shell", |
65 |
| - "command": "melos exec -c 1 --scope=\"*cloud_firestore_example*\" --fail-fast --dir-exists=test_driver -- flutter drive --no-pub --target=./test_driver/MELOS_PARENT_PACKAGE_NAME_e2e.dart", |
66 |
| - "detail": "Run end-to-end testing for Android & iOS via `flutter drive` on the Firestore example application", |
67 |
| - "problemMatcher": [] |
68 |
| - }, |
69 |
| - { |
70 |
| - "label": "firestore -> test:e2e:web", |
71 |
| - "type": "shell", |
72 |
| - "command": "melos exec -c 1 --scope=\"*cloud_firestore_example*\" --dir-exists=web --fail-fast --dir-exists=test_driver -- flutter drive --release -d chrome --no-pub --verbose-system-logs --browser-name=chrome --target=./test_driver/MELOS_PARENT_PACKAGE_NAME_e2e.dart", |
73 |
| - "detail": "Run end-to-end testing for Web via `flutter drive` on the Firestore example application", |
74 |
| - "problemMatcher": [] |
75 |
| - }, |
76 | 62 | {
|
77 | 63 | "label": "firestore -> test:web",
|
78 | 64 | "type": "shell",
|
|
122 | 108 | "detail": "Run `flutter test` on all Auth packages (excluding web & example)",
|
123 | 109 | "problemMatcher": []
|
124 | 110 | },
|
125 |
| - { |
126 |
| - "label": "auth -> test:e2e", |
127 |
| - "type": "shell", |
128 |
| - "command": "melos exec -c 1 --scope=\"*firebase_auth_example*\" --fail-fast --dir-exists=test_driver -- flutter drive --no-pub --target=./test_driver/MELOS_PARENT_PACKAGE_NAME_e2e.dart", |
129 |
| - "detail": "Run end-to-end testing for Android & iOS via `flutter drive` on the Auth example application", |
130 |
| - "problemMatcher": [] |
131 |
| - }, |
132 |
| - { |
133 |
| - "label": "auth -> test:e2e:web", |
134 |
| - "type": "shell", |
135 |
| - "command": "melos exec -c 1 --scope=\"*firebase_auth_example*\" --dir-exists=web --fail-fast --dir-exists=test_driver -- flutter drive --release -d chrome --no-pub --verbose-system-logs --browser-name=chrome --target=./test_driver/MELOS_PARENT_PACKAGE_NAME_e2e.dart", |
136 |
| - "detail": "Run end-to-end testing for Web via `flutter drive` on the Auth example application", |
137 |
| - "problemMatcher": [] |
138 |
| - }, |
139 | 111 | {
|
140 | 112 | "label": "auth -> test:web",
|
141 | 113 | "type": "shell",
|
|
0 commit comments