Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.33 KB

File metadata and controls

31 lines (24 loc) · 1.33 KB

SDET Assessment — Submission Guidelines

How to submit

  1. Create your own repo from this template — click the green Use this template button on the starter repo's GitHub page. Public or private is your choice.
  2. Commit your work — including the four filled-in markdown files (FINDINGS.md, DESIGN.md, SUBMISSION.md, AI_USAGE.md).
    • We like to see a few meaningful commits rather than one giant squash — it helps us follow your thinking. Not required, though.
    • Do not commit node_modules/ (a .gitignore is included).
  3. Reply to the assignment email with your repository URL.

If your repo is private, add these reviewers as collaborators: eze-esimon, eze-gerande, Ceolson95

Checklist before you send

  • npm install && npx cypress install && npm test runs green on a clean clone
  • FINDINGS.md documents all three Part 1 issues
  • Part 2a helper is committed and used in at least one test
  • DESIGN.md answers the CI + alerting questions
  • SUBMISSION.md has your time log
  • AI_USAGE.md is filled in

Time management

  • Target ~90 minutes total. Quality of reasoning beats 100% completion.
  • If you run out of time, leave notes in SUBMISSION.md on what you'd do next — a clear "here's what I'd tackle with another 30 minutes" is valuable signal.