Add browser test for registration #55
Labels
No labels
app
backlog
bug
ci-cd
contribution welcome
duplicate
enhancement
good first issue
help wanted
question
testing
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Depends on
#54 Replace Dusk with Pest 4 browser testing (Playwright)
lvl0/dishplanner
Reference: lvl0/dishplanner#55
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Gap
/registerhas no browser test.RegistrationTest.phpcovers it at feature level, but nothing exercises the actual form in a browser.Scope
Cover, in
tests/Browser/Auth/RegisterTest.php:/dashboard, logged inFollow the pattern of the existing
tests/Browser/Auth/LoginTest.php.Blocked by #54
Write these in Pest browser syntax after the Dusk → Pest migration lands. Writing them in Dusk now means porting them immediately afterwards.
Acceptance