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 8641c99 commit d988875Copy full SHA for d988875
packages/e2e-tests/lib/runAllTestApps.ts
@@ -11,6 +11,8 @@ export async function runAllTestApps(
11
12
const recipeInstances = constructRecipeInstances(recipePaths);
13
14
+ console.log(JSON.stringify(recipeInstances));
15
+
16
const results = await shardPromises(
17
recipeInstances,
18
recipeInstance => buildAndTestApp(recipeInstance, envVarsToInject),
0 commit comments