- Fork or clone this repository to your own Github account
- Invite
lauren@beautiful.aiandsam@beautiful.aias collaborators to your repo - Include the link to your repo + link to your Beautiful.ai presentation in your take-home assessment submission
- Using one of the example prompts to generate a slide, verify that the prompt generates the correct type of slide
- Create a useful test with your own prompt, ensuring the test is repeatable and maintainable. Validate the resulting slide that is created
- (Optional but encouraged) Set up GitHub Actions using (free) Github-hosted runners to run the tests
Hint: This feature utilizes Anthropic to generate the slides + content, and loosely-defined prompts will be unpredictable. More precise, instructive prompts will produce more consistent results.
In its initial state, the provided spec file will navigate you to the page you'll write tests against.
- Test case readability
- Test case maintainability
- Efficiency and reliability; no flaky tests :)