-
Notifications
You must be signed in to change notification settings - Fork 138
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
Add playwright init configuration #130
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Moulik Aggarwal <[email protected]>
|
Name | Link |
---|---|
🔨 Latest commit | 0c6ab47 |
Signed-off-by: Moulik Aggarwal <[email protected]>
Signed-off-by: Moulik Aggarwal <[email protected]>
await page.goto('https://playwright.dev/'); | ||
|
||
// Expect a title "to contain" a substring. | ||
await expect(page).toHaveTitle(/Playwright/); |
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.
The first basic test would be
- open firecamp.dev
- open rest request playground
- test json
https://jsonplaceholder.typicode.com/todos/1
- asset the response
name: Playwright Tests | ||
on: | ||
push: | ||
branches: [ main, master ] | ||
pull_request: |
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.
Can you please explain the workflow with short description in the PR?
@aggmoulik any progress from your side? Other tasks are waiting to get this PR merge. please update your status. |
Fixes #114