salmon-computer-88142
08/26/2022, 2:30 PMsalmon-computer-88142
08/26/2022, 2:30 PMsalmon-computer-88142
08/26/2022, 2:31 PMsalmon-computer-88142
08/26/2022, 2:32 PMbefore(() => {
cy.stub(cy, 'request').callsFake(()=>{...})
})
it doesnt work and i try to understand whysalmon-computer-88142
08/26/2022, 2:32 PMsalmon-computer-88142
08/26/2022, 2:33 PMdry-london-24879
08/26/2022, 6:20 PMbeforeEach(function() {
if (!shouldRunTest()) {
this.skip()
}
})
Like in this article:
https://dzone.com/articles/cypress-test-suite-grouping-and-organizing-testspowerful-orange-86819
08/27/2022, 10:52 AMstale-magazine-23991
08/27/2022, 10:55 AMhttps://x.pfcode.net/VujE3/HaqixUQU84.png▾
stale-magazine-23991
08/27/2022, 11:00 AMsalmon-computer-88142
08/28/2022, 8:15 AMif(condition) {
beforeEach(...)
} else {
beforeEach(...)
}
salmon-computer-88142
08/28/2022, 8:16 AMfreezing-wall-7568
08/28/2022, 5:28 PMgray-piano-27875
08/29/2022, 10:44 AMswift-kitchen-62493
08/29/2022, 1:39 PMcolossal-farmer-50435
08/29/2022, 1:51 PMquaint-judge-45197
08/29/2022, 3:38 PMbody { error: you must pass cert to access this endpoint, you can not skip this request }
This error occurs when you visit website which use PKI certificate to login and you cancel the popup of select your certificateelegant-river-87347
08/30/2022, 4:46 AMcreamy-traffic-37062
08/30/2022, 7:19 AMstale-optician-85950
08/30/2022, 4:03 PM- uses: actions/setup-node@v3
with:
node-version: 16.16.0
hundreds-shoe-33118
08/30/2022, 5:06 PMpolite-potato-14743
08/31/2022, 8:02 PMgray-kilobyte-89541
08/31/2022, 9:44 PMhelpful-queen-71488
09/01/2022, 7:27 AMastonishing-postman-6253
09/01/2022, 10:02 AMsalmon-computer-88142
09/01/2022, 11:00 AMchain.filter((index, $row) => {...})
the problem is that filter
function expect to get a function that return boolean, and i want to do some 'async' operationsalmon-computer-88142
09/01/2022, 11:00 AMsalmon-computer-88142
09/01/2022, 11:09 AMgray-kilobyte-89541
09/01/2022, 11:20 AMsalmon-computer-88142
09/01/2022, 11:37 AMchain.filter(
cells.map(({
column, value
}) => `[role=gridcell] .ag-cell-value:nth-child(${column}):contains(${value})`).join(', ')
)