We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd24919 commit e08b06bCopy full SHA for e08b06b
usage.spec.ts
@@ -4,7 +4,7 @@ import { test } from '../../fixtures/authContext'
4
test.describe('example test', () => {
5
test.use({ withUser: 'super.admin' })
6
7
- test('test automatic login', async ({ page, storageState }) => {
+ test('test automatic login', async ({ page }) => {
8
page.goto('your-app-with-okta-auth-url')
9
10
console.log('access token: ' + process.env.AUTH_TOKEN)
0 commit comments