Search⌘ K
AI Features

Update Dashboard E2E Test

Explore how to enhance your dashboard's end-to-end testing by creating reusable Cypress commands for event creation. Learn to automate tests that verify new calendar events display correctly and handle scenarios with no event memberships, improving test clarity and reliability.

At this point, we’re ready to add our E2E tests to the dashboard.

Creating command file

First, we’ll create another Cypress command for creating events similar to the one we made for creating new users. Let’s create the file for our new command.

touch
...