@bugzy-ai/bugzy 1.12.0 → 1.12.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli/index.cjs +22 -9
- package/dist/cli/index.cjs.map +1 -1
- package/dist/cli/index.js +22 -9
- package/dist/cli/index.js.map +1 -1
- package/dist/index.cjs +22 -9
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +22 -9
- package/dist/index.js.map +1 -1
- package/dist/subagents/index.cjs +1 -0
- package/dist/subagents/index.cjs.map +1 -1
- package/dist/subagents/index.js +1 -0
- package/dist/subagents/index.js.map +1 -1
- package/dist/tasks/index.cjs +13 -0
- package/dist/tasks/index.cjs.map +1 -1
- package/dist/tasks/index.js +13 -0
- package/dist/tasks/index.js.map +1 -1
- package/package.json +1 -1
package/dist/subagents/index.js
CHANGED
|
@@ -281,6 +281,7 @@ var CONTENT2 = `You are an expert Playwright test automation engineer specializi
|
|
|
281
281
|
- Reference variables using \`process.env.VAR_NAME\` in tests
|
|
282
282
|
- Add new required variables to \`.env.testdata\`
|
|
283
283
|
- NEVER read \`.env\` file (secrets only)
|
|
284
|
+
- **If a required variable is missing from \`.env.testdata\`**: Add it with an empty value and a \`# TODO: configure\` comment. Continue creating tests using \`process.env.VAR_NAME\` \u2014 tests will fail until configured, which is expected. Do NOT skip test creation because of missing data.
|
|
284
285
|
|
|
285
286
|
3. ${MEMORY_READ_INSTRUCTIONS.replace(/{ROLE}/g, "test-code-generator")}
|
|
286
287
|
|