Skip to content

Commit 02e9b64

Browse files
committed
chore: add auth0 videos
1 parent 179e990 commit 02e9b64

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

assets/img/examples/auth0-origin.mp4

15.7 MB
Binary file not shown.
13.2 MB
Binary file not shown.

content/guides/end-to-end-testing/auth0-authentication.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@ describe('Auth0', function () {
205205
})
206206
```
207207

208+
<DocsVideo src="/img/examples/auth0-origin.mp4"></DocsVideo>
209+
208210
Lastly, we can refactor our login command to take advantage of
209211
[`cy.session()`](/api/commands/session) to store our logged in user so we don't
210212
have to reauthenticate before every test.
@@ -255,6 +257,8 @@ Cypress.Commands.add('loginToAuth0', (username: string, password: string) => {
255257
})
256258
```
257259

260+
<DocsVideo src="/img/examples/auth0-session-restore.mp4"></DocsVideo>
261+
258262
### Programmatic Login
259263

260264
Below is a command to programmatically login into [Auth0](https://auth0.com),

0 commit comments

Comments
 (0)