|
193 | 193 | "outputs": [] |
194 | 194 | }, |
195 | 195 | "//#test:integration:ap-flows": { |
196 | | - "dependsOn": [ |
197 | | - "@clerk/testing#build", |
198 | | - "@clerk/clerk-js#build", |
199 | | - "@clerk/ui#build", |
200 | | - "@clerk/backend#build", |
201 | | - "@clerk/nextjs#build" |
202 | | - ], |
203 | 196 | "env": ["CLEANUP", "DEBUG", "E2E_*", "INTEGRATION_INSTANCE_KEYS"], |
204 | 197 | "inputs": ["integration/**"], |
205 | 198 | "outputLogs": "new-only" |
206 | 199 | }, |
207 | 200 | "//#test:integration:generic": { |
208 | | - "dependsOn": [ |
209 | | - "@clerk/testing#build", |
210 | | - "@clerk/clerk-js#build", |
211 | | - "@clerk/ui#build", |
212 | | - "@clerk/backend#build", |
213 | | - "@clerk/react#build" |
214 | | - ], |
215 | 201 | "env": ["CLEANUP", "DEBUG", "E2E_*", "INTEGRATION_INSTANCE_KEYS"], |
216 | 202 | "inputs": ["integration/**"], |
217 | 203 | "outputLogs": "new-only" |
218 | 204 | }, |
219 | 205 | "//#test:integration:express": { |
220 | | - "dependsOn": [ |
221 | | - "@clerk/testing#build", |
222 | | - "@clerk/clerk-js#build", |
223 | | - "@clerk/ui#build", |
224 | | - "@clerk/backend#build", |
225 | | - "@clerk/express#build", |
226 | | - "@clerk/react#build" |
227 | | - ], |
228 | 206 | "env": ["CLEANUP", "DEBUG", "E2E_*", "INTEGRATION_INSTANCE_KEYS"], |
229 | 207 | "inputs": ["integration/**"], |
230 | 208 | "outputLogs": "new-only" |
231 | 209 | }, |
232 | 210 | "//#test:integration:nextjs": { |
233 | | - "dependsOn": [ |
234 | | - "@clerk/testing#build", |
235 | | - "@clerk/clerk-js#build", |
236 | | - "@clerk/ui#build", |
237 | | - "@clerk/backend#build", |
238 | | - "@clerk/nextjs#build" |
239 | | - ], |
240 | 211 | "env": ["CLEANUP", "DEBUG", "E2E_*", "INTEGRATION_INSTANCE_KEYS"], |
241 | 212 | "inputs": ["integration/**"], |
242 | 213 | "outputLogs": "new-only" |
243 | 214 | }, |
244 | 215 | "//#test:integration:nextjs:canary": { |
245 | | - "dependsOn": [ |
246 | | - "@clerk/testing#build", |
247 | | - "@clerk/clerk-js#build", |
248 | | - "@clerk/ui#build", |
249 | | - "@clerk/backend#build", |
250 | | - "@clerk/nextjs#build" |
251 | | - ], |
252 | 216 | "env": ["CLEANUP", "DEBUG", "E2E_*", "INTEGRATION_INSTANCE_KEYS"], |
253 | 217 | "inputs": ["integration/**"], |
254 | 218 | "outputLogs": "new-only" |
255 | 219 | }, |
256 | 220 | "//#test:integration:quickstart": { |
257 | | - "dependsOn": [ |
258 | | - "@clerk/testing#build", |
259 | | - "@clerk/clerk-js#build", |
260 | | - "@clerk/ui#build", |
261 | | - "@clerk/backend#build", |
262 | | - "@clerk/nextjs#build" |
263 | | - ], |
264 | 221 | "env": ["CLEANUP", "DEBUG", "E2E_*", "INTEGRATION_INSTANCE_KEYS"], |
265 | 222 | "inputs": ["integration/**"], |
266 | 223 | "outputLogs": "new-only" |
267 | 224 | }, |
268 | 225 | "//#test:integration:astro": { |
269 | | - "dependsOn": [ |
270 | | - "@clerk/testing#build", |
271 | | - "@clerk/clerk-js#build", |
272 | | - "@clerk/ui#build", |
273 | | - "@clerk/backend#build", |
274 | | - "@clerk/astro#build" |
275 | | - ], |
276 | 226 | "env": ["CLEANUP", "DEBUG", "E2E_*", "INTEGRATION_INSTANCE_KEYS"], |
277 | 227 | "inputs": ["integration/**"], |
278 | 228 | "outputLogs": "new-only" |
279 | 229 | }, |
280 | 230 | "//#test:integration:localhost": { |
281 | | - "dependsOn": [ |
282 | | - "@clerk/testing#build", |
283 | | - "@clerk/clerk-js#build", |
284 | | - "@clerk/ui#build", |
285 | | - "@clerk/backend#build", |
286 | | - "@clerk/nextjs#build" |
287 | | - ], |
288 | 231 | "env": ["CLEANUP", "DEBUG", "E2E_*", "INTEGRATION_INSTANCE_KEYS", "NODE_EXTRA_CA_CERTS"], |
289 | 232 | "inputs": ["integration/**"], |
290 | 233 | "outputLogs": "new-only" |
291 | 234 | }, |
292 | 235 | "//#test:integration:sessions": { |
293 | | - "dependsOn": [ |
294 | | - "@clerk/testing#build", |
295 | | - "@clerk/clerk-js#build", |
296 | | - "@clerk/ui#build", |
297 | | - "@clerk/backend#build", |
298 | | - "@clerk/nextjs#build" |
299 | | - ], |
300 | 236 | "env": ["CLEANUP", "DEBUG", "DISABLE_WEB_SECURITY", "E2E_*", "INTEGRATION_INSTANCE_KEYS", "NODE_EXTRA_CA_CERTS"], |
301 | 237 | "inputs": ["integration/**"], |
302 | 238 | "outputLogs": "new-only" |
303 | 239 | }, |
304 | 240 | "//#test:integration:sessions:staging": { |
305 | | - "dependsOn": [ |
306 | | - "@clerk/testing#build", |
307 | | - "@clerk/clerk-js#build", |
308 | | - "@clerk/ui#build", |
309 | | - "@clerk/backend#build", |
310 | | - "@clerk/nextjs#build" |
311 | | - ], |
312 | 241 | "env": ["CLEANUP", "DEBUG", "DISABLE_WEB_SECURITY", "E2E_*", "INTEGRATION_INSTANCE_KEYS", "NODE_EXTRA_CA_CERTS"], |
313 | 242 | "inputs": ["integration/**"], |
314 | 243 | "outputLogs": "new-only" |
315 | 244 | }, |
316 | 245 | "//#test:integration:handshake": { |
317 | | - "dependsOn": [ |
318 | | - "@clerk/testing#build", |
319 | | - "@clerk/clerk-js#build", |
320 | | - "@clerk/ui#build", |
321 | | - "@clerk/backend#build", |
322 | | - "@clerk/nextjs#build" |
323 | | - ], |
324 | 246 | "env": ["CLEANUP", "DEBUG", "DISABLE_WEB_SECURITY", "E2E_*", "INTEGRATION_INSTANCE_KEYS", "NODE_EXTRA_CA_CERTS"], |
325 | 247 | "inputs": ["integration/**"], |
326 | 248 | "outputLogs": "new-only" |
327 | 249 | }, |
328 | 250 | "//#test:integration:handshake:staging": { |
329 | | - "dependsOn": [ |
330 | | - "@clerk/testing#build", |
331 | | - "@clerk/clerk-js#build", |
332 | | - "@clerk/ui#build", |
333 | | - "@clerk/backend#build", |
334 | | - "@clerk/nextjs#build" |
335 | | - ], |
336 | 251 | "env": ["CLEANUP", "DEBUG", "DISABLE_WEB_SECURITY", "E2E_*", "INTEGRATION_INSTANCE_KEYS", "NODE_EXTRA_CA_CERTS"], |
337 | 252 | "inputs": ["integration/**"], |
338 | 253 | "outputLogs": "new-only" |
339 | 254 | }, |
340 | 255 | "//#test:integration:expo-web": { |
341 | | - "dependsOn": [ |
342 | | - "@clerk/testing#build", |
343 | | - "@clerk/clerk-js#build", |
344 | | - "@clerk/ui#build", |
345 | | - "@clerk/expo#build", |
346 | | - "@clerk/react#build" |
347 | | - ], |
348 | 256 | "env": ["CLEANUP", "DEBUG", "E2E_*", "INTEGRATION_INSTANCE_KEYS"], |
349 | 257 | "inputs": ["integration/**"], |
350 | 258 | "outputLogs": "new-only" |
351 | 259 | }, |
352 | 260 | "//#test:integration:tanstack-react-start": { |
353 | | - "dependsOn": [ |
354 | | - "@clerk/testing#build", |
355 | | - "@clerk/clerk-js#build", |
356 | | - "@clerk/ui#build", |
357 | | - "@clerk/tanstack-react-start#build", |
358 | | - "@clerk/react#build" |
359 | | - ], |
360 | 261 | "env": ["CLEANUP", "DEBUG", "E2E_*", "INTEGRATION_INSTANCE_KEYS"], |
361 | 262 | "inputs": ["integration/**"], |
362 | 263 | "outputLogs": "new-only" |
363 | 264 | }, |
364 | 265 | "//#test:integration:vue": { |
365 | | - "dependsOn": ["@clerk/testing#build", "@clerk/clerk-js#build", "@clerk/ui#build", "@clerk/vue#build"], |
366 | 266 | "env": ["CLEANUP", "DEBUG", "E2E_*", "INTEGRATION_INSTANCE_KEYS"], |
367 | 267 | "inputs": ["integration/**"], |
368 | 268 | "outputLogs": "new-only" |
369 | 269 | }, |
370 | 270 | "//#test:integration:nuxt": { |
371 | | - "dependsOn": [ |
372 | | - "@clerk/testing#build", |
373 | | - "@clerk/clerk-js#build", |
374 | | - "@clerk/ui#build", |
375 | | - "@clerk/vue#build", |
376 | | - "@clerk/backend#build", |
377 | | - "@clerk/nuxt#build" |
378 | | - ], |
379 | 271 | "env": ["CLEANUP", "DEBUG", "E2E_*", "INTEGRATION_INSTANCE_KEYS"], |
380 | 272 | "inputs": ["integration/**"], |
381 | 273 | "outputLogs": "new-only" |
382 | 274 | }, |
383 | 275 | "//#test:integration:react-router": { |
384 | | - "dependsOn": [ |
385 | | - "@clerk/testing#build", |
386 | | - "@clerk/clerk-js#build", |
387 | | - "@clerk/ui#build", |
388 | | - "@clerk/react-router#build", |
389 | | - "@clerk/backend#build", |
390 | | - "@clerk/react#build" |
391 | | - ], |
392 | 276 | "env": ["CLEANUP", "DEBUG", "E2E_*", "INTEGRATION_INSTANCE_KEYS"], |
393 | 277 | "inputs": ["integration/**"], |
394 | 278 | "outputLogs": "new-only" |
395 | 279 | }, |
396 | 280 | "//#test:integration:billing": { |
397 | | - "dependsOn": [ |
398 | | - "@clerk/testing#build", |
399 | | - "@clerk/clerk-js#build", |
400 | | - "@clerk/ui#build", |
401 | | - "@clerk/backend#build", |
402 | | - "@clerk/nextjs#build", |
403 | | - "@clerk/vue#build" |
404 | | - ], |
405 | 281 | "env": ["CLEANUP", "DEBUG", "E2E_*", "INTEGRATION_INSTANCE_KEYS"], |
406 | 282 | "inputs": ["integration/**"], |
407 | 283 | "outputLogs": "new-only" |
408 | 284 | }, |
409 | 285 | "//#test:integration:machine": { |
410 | | - "dependsOn": [ |
411 | | - "@clerk/testing#build", |
412 | | - "@clerk/clerk-js#build", |
413 | | - "@clerk/ui#build", |
414 | | - "@clerk/backend#build", |
415 | | - "@clerk/nextjs#build", |
416 | | - "@clerk/express#build" |
417 | | - ], |
418 | 286 | "env": ["CLEANUP", "DEBUG", "E2E_*", "INTEGRATION_INSTANCE_KEYS"], |
419 | 287 | "inputs": ["integration/**"], |
420 | 288 | "outputLogs": "new-only" |
421 | 289 | }, |
422 | 290 | "//#test:integration:custom": { |
423 | | - "dependsOn": [ |
424 | | - "@clerk/testing#build", |
425 | | - "@clerk/clerk-js#build", |
426 | | - "@clerk/ui#build", |
427 | | - "@clerk/backend#build", |
428 | | - "@clerk/react#build" |
429 | | - ], |
430 | 291 | "env": ["CLEANUP", "DEBUG", "E2E_*", "INTEGRATION_INSTANCE_KEYS"], |
431 | 292 | "inputs": ["integration/**"], |
432 | 293 | "outputLogs": "new-only" |
|
0 commit comments