Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
test(e2e): Major refactor and stabilization of e2e tests #7581
test(e2e): Major refactor and stabilization of e2e tests #7581
Changes from all commits
6f2250d
8071784
0e39055
337ab4a
cf9f6fe
b81fa6c
cf983c8
7aa6817
bcbb7aa
57824ee
f0e4590
8f42632
8665fad
b863684
dffd82f
46660fe
f84574a
b77a907
16c8e9b
e902717
442c0d0
54ee078
73bec41
82a2c90
9d57e70
e9a84cb
32d8c8b
8fd531d
3b15eb9
b3d9018
3a5e9d8
251bc4f
eebddbc
1fc05c3
ad5986a
ffb5b7b
50adb24
299da60
ea238af
be74eca
1877b73
7341423
c6d46ec
d33a697
2978181
f1b9010
ee2f515
0807aa9
bf68a64
f778445
814e562
e2aa696
51d4f0f
1b9e15b
1ad5bd1
2985e70
8247140
1861553
d05cb89
ad7977c
694c0e9
68b45f8
9fce8e4
1144cb8
46967e7
0f0eadf
5e9a27f
f640b73
78cc66c
f920b16
f0cd9ce
deb52c8
758238c
fb0e517
6e4da76
1821eaa
af5c7e9
8c7025c
c0dec4f
55ae3ff
bfaa435
b717599
110d7b4
5ab5745
7b593ff
0adc9e3
0d960af
f4ceb8e
6e5dbe2
8af5b82
4894aee
f17884f
6fa3876
1a9bf8d
b85c8ce
cdb1d1f
ba74373
c05b999
754f490
3d67f0f
5a66f12
01a5e37
cd91a9c
5fb32ea
8dd4b19
2614c62
2c0d73d
6361995
26e2308
5770780
fdd0861
013a632
f00834a
34cf925
93f2833
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggestion:
Instead of the less intuitive:
Note: In performance tests,
page.locator()
may still be used as xk6-browser lacks support for thepage.getBy
pattern. Additionally, CSS selectors can be up to 1.5x faster than role-based selectors.