Closed SebinSong closed 1 month ago
Passed #3265
•
942cb66105 ℹ️: Merge 932db52c696d7b39468609fb77d1b62623c1d5b9 into b64ecda81d1b1c9574b1b4490945...
Project |
group-income
|
Run status |
Passed #3265
|
Run duration | 08m 36s |
Commit |
942cb66105 ℹ️: Merge 932db52c696d7b39468609fb77d1b62623c1d5b9 into b64ecda81d1b1c9574b1b4490945...
|
Committer | Sebin Song |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
10
|
Skipped |
0
|
Passing |
111
|
it appears that adding cy.giLoyout({ bypassUI: true })
to various test-suites leads to reducing the total test duration by around over 15 secs
which is not bad.
[Before]
[After]
Another attempt:
closes #2342
Currently
group-large.spec.js
test-suite has relatively high number of repeated action such as, 'A group with 12 members shows correctly the pledging month overview widget' etc. The goal of this PR is to reduce the duration of this test by implementingbypassUI: true
options for those repeated actions, which arecy.giAddRandomIncome()
cy.giLogout()
This lead to below improvement when tested locally on my Mac OS.
[Tested in
master
][After update]
while at it,
cy.giLogout({ bypassUI: true })
has been added in other*.spec.js
files.