You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Register new commands by adding this to your `cypress/support/index.{js,ts}`file.
64
+
Register new commands by adding this to your `cypress/support/e2e.{js,ts}`(or `components.{js|ts}`) file:
65
65
66
66
```js
67
67
import"cypress-real-events";
68
68
```
69
+
69
70
To include TypeScript declarations, add `"cypress-real-events"` to the `types` section of your [tsconfig.json](https://docs.cypress.io/guides/tooling/typescript-support) file:
0 commit comments