Skip to content
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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

aggmoulik
Copy link
Contributor

@aggmoulik aggmoulik commented Oct 21, 2023

Fixes #114

Signed-off-by: Moulik Aggarwal <qwertymoulik@gmail.com>
@netlify
Copy link

netlify bot commented Oct 21, 2023

‼️ Deploy request for staging-firecamp-dev rejected.

Name Link
🔨 Latest commit 0c6ab47

Signed-off-by: Moulik Aggarwal <qwertymoulik@gmail.com>
Signed-off-by: Moulik Aggarwal <qwertymoulik@gmail.com>
await page.goto('https://playwright.dev/');

// Expect a title "to contain" a substring.
await expect(page).toHaveTitle(/Playwright/);
Copy link
Collaborator

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

  1. open firecamp.dev
  2. open rest request playground
  3. test json https://jsonplaceholder.typicode.com/todos/1
  4. asset the response

Comment on lines +1 to +5
name: Playwright Tests
on:
push:
branches: [ main, master ]
pull_request:
Copy link
Collaborator

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?

@Nishchit14
Copy link
Contributor

@aggmoulik any progress from your side? Other tasks are waiting to get this PR merge. please update your status.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feature: Implement playwright basic setup
3 participants