This repository contains the take-home infrastructure assignment for SDET engineering candidates at Kulu.
Solutions must be written in TypeScript (plain JavaScript is acceptable with a strong reason — see SDET_ASSIGNMENT.md).
- Fork this repository to your own GitHub account.
- Complete the assignment described in SDET_ASSIGNMENT.md.
- Raise a Pull Request back to this repository (
mainbranch) with your full solution, undersubmission/<your-name>/. - Your PR branch should be named:
solution/<your-name>(e.g.,solution/jane-doe). - Fill out the PR description using
pull_request_template_sdet.md.