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

Spike: Analyze key metrics and how to measure them with Playwright #47291

Closed
2 tasks
Tracked by #46015
octaedro opened this issue May 8, 2024 · 0 comments · Fixed by #47590
Closed
2 tasks
Tracked by #46015

Spike: Analyze key metrics and how to measure them with Playwright #47291

octaedro opened this issue May 8, 2024 · 0 comments · Fixed by #47590
Assignees
Labels
focus: new product ux revamped product management experience team: Mothra type: enhancement The issue is a request for an enhancement.

Comments

@octaedro
Copy link
Contributor

octaedro commented May 8, 2024

As part of the work done to improve the product editor's performance, we should analyze key metrics for the product editor and find a way to measure them with Playwright.

This is an example.

It’s just a regular playwright E2E test, with the only difference that at the end of the job, we attach the results property to the test info util. The results are just a simple JS object whose keys represent the metric keys and the values, the actual result. You can track as many metrics per file and organize these specs as needed.

More context here: p6q8Tx-3Z2-p2

This issue aims to create some E2E tests to observe the impact that the PRs we make during the regular cycle have on the product editor's performance. With that information, for instance, we will be able to know about a performance drop after merging a problematic PR.

ACs

@octaedro octaedro added type: enhancement The issue is a request for an enhancement. focus: new product ux revamped product management experience team: Mothra labels May 8, 2024
@octaedro octaedro changed the title Spike: Analyze key metrics for the product editor and how to measure them with Playwright Spike: Analyze key metrics and how to measure them with Playwright May 8, 2024
@octaedro octaedro self-assigned this May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
focus: new product ux revamped product management experience team: Mothra type: enhancement The issue is a request for an enhancement.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant