Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 2.54 KB

File metadata and controls

46 lines (32 loc) · 2.54 KB

Samelogic Assets

Public assets and resources for the Samelogic platform.

Resources

Which resource should I use?

Situation Start here
A browser bug has a screenshot but engineers still need the path, state, and action that caused it Browser Bug Test Artifact Checklist
A maintainer says they cannot reproduce the bug, or a report is missing the first failure signal Can't Reproduce Bug Report Template
A Playwright/Cypress failure is flaky, CI-only, or missing trace/video/network evidence Playwright Failure Triage Checklist

Recommended flow

When a bug report is hard to validate, the quickest path that keeps momentum is:

  1. Start at Can't Reproduce Bug Report Template to force the missing first signal.
  2. If the report already includes a route and first-failure path, move to Browser Bug Test Artifact Checklist for reproducible handoff.
  3. For CI-only flaky tests with traces/videos/network, add Playwright Failure Triage Checklist as the final pass.

Public support response snippet

When teams need a practical bug-report format quickly, use this short starter:

I can triage this fastest if you include:
- exact route + environment + auth/account state
- the exact action before failure
- one failure screenshot/video and the first failing signal

I use these templates for that packet:
https://github.com/samelogic/assets/tree/master/resources/cant-reproduce-bug-report-template
https://github.com/samelogic/assets/tree/master/resources/browser-bug-test-artifact-checklist

Product links