@bugzy-ai/bugzy 1.11.1 → 1.11.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.
Files changed (52) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +273 -273
  3. package/dist/templates/init/.bugzy/runtime/knowledge-base.md +61 -0
  4. package/dist/templates/init/.bugzy/runtime/knowledge-maintenance-guide.md +97 -0
  5. package/dist/templates/init/.bugzy/runtime/project-context.md +35 -0
  6. package/dist/templates/init/.bugzy/runtime/subagent-memory-guide.md +87 -0
  7. package/dist/templates/init/.bugzy/runtime/templates/test-plan-template.md +50 -0
  8. package/dist/templates/init/.bugzy/runtime/templates/test-result-schema.md +498 -0
  9. package/dist/templates/init/.bugzy/runtime/test-execution-strategy.md +535 -0
  10. package/dist/templates/init/.bugzy/runtime/testing-best-practices.md +632 -0
  11. package/dist/templates/init/.gitignore-template +25 -0
  12. package/package.json +1 -1
  13. package/templates/init/.bugzy/runtime/knowledge-base.md +61 -61
  14. package/templates/init/.bugzy/runtime/knowledge-maintenance-guide.md +97 -97
  15. package/templates/init/.bugzy/runtime/project-context.md +35 -35
  16. package/templates/init/.bugzy/runtime/subagent-memory-guide.md +87 -87
  17. package/templates/init/.bugzy/runtime/templates/test-plan-template.md +50 -50
  18. package/templates/init/.bugzy/runtime/templates/test-result-schema.md +498 -498
  19. package/templates/init/.bugzy/runtime/test-execution-strategy.md +535 -535
  20. package/templates/init/.bugzy/runtime/testing-best-practices.md +724 -724
  21. package/templates/init/.env.testdata +18 -18
  22. package/templates/init/.gitignore-template +24 -24
  23. package/templates/init/AGENTS.md +155 -155
  24. package/templates/init/CLAUDE.md +157 -157
  25. package/templates/init/test-runs/README.md +45 -45
  26. package/templates/playwright/BasePage.template.ts +190 -190
  27. package/templates/playwright/auth.setup.template.ts +89 -89
  28. package/templates/playwright/dataGenerators.helper.template.ts +148 -148
  29. package/templates/playwright/dateUtils.helper.template.ts +96 -96
  30. package/templates/playwright/pages.fixture.template.ts +50 -50
  31. package/templates/playwright/playwright.config.template.ts +97 -97
  32. package/templates/playwright/reporters/bugzy-reporter.ts +454 -454
  33. package/dist/cli/index.cjs +0 -9140
  34. package/dist/cli/index.cjs.map +0 -1
  35. package/dist/cli/index.js +0 -9132
  36. package/dist/cli/index.js.map +0 -1
  37. package/dist/index.cjs +0 -7626
  38. package/dist/index.cjs.map +0 -1
  39. package/dist/index.js +0 -7569
  40. package/dist/index.js.map +0 -1
  41. package/dist/subagents/index.cjs +0 -3823
  42. package/dist/subagents/index.cjs.map +0 -1
  43. package/dist/subagents/index.js +0 -3782
  44. package/dist/subagents/index.js.map +0 -1
  45. package/dist/subagents/metadata.cjs +0 -258
  46. package/dist/subagents/metadata.cjs.map +0 -1
  47. package/dist/subagents/metadata.js +0 -225
  48. package/dist/subagents/metadata.js.map +0 -1
  49. package/dist/tasks/index.cjs +0 -1976
  50. package/dist/tasks/index.cjs.map +0 -1
  51. package/dist/tasks/index.js +0 -1943
  52. package/dist/tasks/index.js.map +0 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.