prehistoric-coat-14711
07/06/2022, 12:32 PMcypress-testrail-accumulative-reporter
? I was wondering if it's possible to add multiple test cases ids to an it and have the results added to testrail (e.g. 'C1 C2 C3 - test')
or how do you guys proceed with adding results to multiple tcs that are checked in a single automated test?lemon-kite-81269
07/06/2022, 3:14 PMbitter-fountain-36713
07/06/2022, 3:17 PMjs
it('correct username/password', () => {
// correct username and password flow
})
it('wrong username/password', () => {
// correct username and password flow
})
lemon-kite-81269
07/06/2022, 3:20 PMlemon-kite-81269
07/06/2022, 3:24 PMbitter-fountain-36713
07/06/2022, 3:31 PMbitter-fountain-36713
07/06/2022, 3:32 PMlemon-kite-81269
07/06/2022, 3:34 PMproud-knife-88264
07/06/2022, 4:08 PMbreezy-hydrogen-39214
07/06/2022, 7:05 PMbitter-fountain-36713
07/06/2022, 7:10 PMjs
Cypress.on('uncaught:exception', (err, runnable) => {
if (err.message.includes('ev.element is not a function')) {
return false
}
})
breezy-hydrogen-39214
07/06/2022, 7:11 PMbitter-fountain-36713
07/06/2022, 7:12 PMbreezy-hydrogen-39214
07/06/2022, 7:16 PMnarrow-address-65215
07/06/2022, 7:41 PMdata-cy="searchbar"
(as in best practices) or use role="search"
(https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/search_role ) ?
My entire searchBar being a <div data-cy="searchbar" role="search"><input/><label/></div>
clean-dog-34224
07/06/2022, 7:59 PMexports
field in package.json
i.e. no main
field (https://nodejs.org/api/packages.html#package-entry-points).
Is this a limitation of cypress and/or is there any way around it?hundreds-action-33616
07/06/2022, 9:27 PMhundreds-action-33616
07/06/2022, 9:34 PMlate-planet-4481
07/06/2022, 10:23 PMfresh-nail-30646
07/06/2022, 10:25 PM.each
on the rows, then call .find
on each row, but the data in the row hasn't loaded yet, I get an error since the row has loaded, but the text in each column hasn't.
Is there something fundamental I'm missing here?gray-kilobyte-89541
07/06/2022, 10:50 PMfierce-beach-68131
07/07/2022, 8:35 AMfaint-cat-31237
07/07/2022, 8:41 AMsquare-pilot-83868
07/07/2022, 10:58 AMgray-kilobyte-89541
07/07/2022, 11:13 AMenough-plastic-87422
07/07/2022, 5:03 PMmagnificent-motherboard-7250
07/07/2022, 5:11 PMmagnificent-motherboard-7250
07/07/2022, 5:34 PMadorable-smartphone-87280
07/07/2022, 8:58 PMrough-hamburger-82157
07/08/2022, 5:25 AM