Example playright project testing creating issues on a repository.
- Can setup an automation project with sensible configuration setup (.env)
- Can handle authentication in a reusable way
- Can write tests that interact with the page as a user would
- Can write reusable actions
- Has an intersting challenge where the same names button is on the page twice but one needs the selector narrowed to within a dialog
- Has an interesting scenario where you need to wait for some confirmation text to appear before you can hit a button that is disabled until the confirmtion text appears
1-2 hours.