Closed acd02 closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 96.47%. Comparing base (
b1a8d54
) to head (6742358
). Report is 2 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I am confused (even after reading the tweet) about why it improves performance, as you were already using page.goto()
only once per test.
How does test.step
improves things ? Reading the doc I think it only improves readability by splitting long tests into smaller tests. Am I right that our tests were already performant because page was already loaded only once ?
Yes, in our case, it won't improve performance, it's just a way of better organizing our tests by splitting them into multiple steps 👍
Description, Motivation and Context
https://x.com/housecor/status/1816867564796117228
Types of changes