Skip to content

Commit 915af70

Browse files
committed
Remove drive commands from tasks.json
1 parent ec3fb33 commit 915af70

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

.vscode/tasks.json

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -59,20 +59,6 @@
5959
"detail": "Run `flutter test` on all Firestore packages (excluding web & example)",
6060
"problemMatcher": []
6161
},
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-
},
7662
{
7763
"label": "firestore -> test:web",
7864
"type": "shell",
@@ -122,20 +108,6 @@
122108
"detail": "Run `flutter test` on all Auth packages (excluding web & example)",
123109
"problemMatcher": []
124110
},
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-
},
139111
{
140112
"label": "auth -> test:web",
141113
"type": "shell",

0 commit comments

Comments
 (0)