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

♻️ use playwright for e2e #3159

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

thomas-lebeau
Copy link
Collaborator

Important

This is a POC / WIP started during performance friday

Motivation

Use playwright for 2e2.

Changes

status:

  • only works locally
  • on init.scenario.ts has been ported for now

todo:

  • CI/CD
  • other scenarios
  • browserstack integration
  • ???

Testing

Locally, run yarn playwright test --ui

Screenshot 2024-11-25 at 10 05 22

  • Local
  • Staging
  • Unit
  • End to end

I have gone over the contributing documentation.

Copy link

Bundles Sizes Evolution

📦 Bundle Name Base Size Local Size 𝚫 𝚫% Status
Rum 162.02 KiB 162.02 KiB 0 B 0.00%
Logs 55.89 KiB 55.89 KiB 0 B 0.00%
Rum Slim 110.86 KiB 110.86 KiB 0 B 0.00%
Worker 25.21 KiB 25.21 KiB 0 B 0.00%
🚀 CPU Performance
Action Name Base Average Cpu Time (ms) Local Average Cpu Time (ms) 𝚫
addglobalcontext 0.001 0.002 0.001
addaction 0.032 0.063 0.031
addtiming 0.001 0.001 0.000
adderror 0.033 0.042 0.009
startstopsessionreplayrecording 0.804 1.159 0.355
startview 1.036 1.617 0.580
logmessage 0.023 0.033 0.010
🧠 Memory Performance
Action Name Base Consumption Memory (bytes) Local Consumption Memory (bytes) 𝚫 (bytes)
addglobalcontext 7.16 KiB 7.39 KiB 241 B
addaction 39.56 KiB 38.95 KiB -629 B
addtiming 5.94 KiB 6.03 KiB 85 B
adderror 43.46 KiB 43.90 KiB 444 B
startstopsessionreplayrecording 4.51 KiB 4.40 KiB -109 B
startview 421.07 KiB 421.65 KiB 596 B
logmessage 40.69 KiB 40.90 KiB 223 B

🔗 RealWorld

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.

1 participant