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

[CRAFTING] Add Github summary test reporter and playwright browser cache #1143

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

Conversation

leonardomendix
Copy link
Contributor

@leonardomendix leonardomendix commented Jul 2, 2024

Pull request type


Description

Add Github summary test reporter and playwright browser cache.

What should be covered while testing?

Automation should generate a test report in the workflow summary.


- name: Store Playwright's Version
run: |
PLAYWRIGHT_VERSION=$(pnpm ls @playwright/test --depth=0 | grep @playwright | sed 's/.*@//')
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NIT:

Suggested change
PLAYWRIGHT_VERSION=$(pnpm ls @playwright/test --depth=0 | grep @playwright | sed 's/.*@//')
PLAYWRIGHT_VERSION=$(pnpm info @playwright/test version)

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