Event View E2E Tests
Let's add E2E tests to our event view functionality.
To wrap up this chapter, we can add our E2E tests for event view. First, create a new file for this test suite.
touch cypress/integration/event-view.js
Get hands-on with 1300+ tech skills courses.