-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Playwright #41
Playwright #41
Conversation
729d8c0
to
1d01de4
Compare
9bc61e9
to
463df5c
Compare
test('swagger ui renderer', async ({ page }) => { | ||
await page.goto('/'); | ||
|
||
await expect(page).toHaveTitle(/API Browser/); | ||
await expect(page.getByText('Authorize')).toBeVisible(); | ||
}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add a simple minimal test for swagger-ui-ivy ... in order to get fast feedback on braking changes supplied by dependabot updates
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 👍
@@ -0,0 +1 @@ | |||
18 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is a hint for the 'nvm' binary ... with this I can go into this repo and execute nvm use
... and the version given in this .nvmrc will automatically installed and enabled.
No description provided.