dry-scooter-25612
12/07/2022, 9:48 PMgray-kilobyte-89541
12/08/2022, 1:16 AMgray-kilobyte-89541
12/08/2022, 1:17 AMalert-agent-5651
12/08/2022, 5:15 AMmysterious-belgium-25713
12/08/2022, 6:32 AMsquare-mechanic-63253
12/08/2022, 12:54 PMbumpy-insurance-8581
12/08/2022, 1:44 PMgray-kilobyte-89541
12/08/2022, 1:46 PMbumpy-insurance-8581
12/08/2022, 3:18 PMacceptable-solstice-90676
12/08/2022, 5:02 PMsquare-honey-48197
12/08/2022, 5:08 PMgray-kilobyte-89541
12/08/2022, 5:10 PMsquare-honey-48197
12/08/2022, 5:13 PM"viewportWidth": 1280,
"viewportHeight": 720,
"videosFolder": "videos",
, is there another place to choose the entire video resolution or were you referring to that?gray-kilobyte-89541
12/08/2022, 5:21 PMacceptable-solstice-90676
12/08/2022, 9:32 PMmysterious-belgium-25713
12/08/2022, 9:50 PMacceptable-solstice-90676
12/08/2022, 10:12 PMclean-optician-27186
12/08/2022, 11:36 PMimport testData from '../../../fixtures/test_data.json'
testData.forEach((dataSet) => {
context(
`List filters are set as follows: ${dataSet.filterName}`, ...
Is there a way to tell the test what shape (type) of data "testData" is? I know I can set the type for dataSet, but I need to set the type for testData.powerful-agency-55160
12/09/2022, 4:09 AMit('fails with expected 5 to equal 42', () => {
cy.on('fail', (e, test) => {
if (test.title.startsWith('fails with') &&
test.title.endsWith(e.message)) {
console.log('test "%s" is allowed to fail with error "%s"',
test.title, e.message)
} else {
throw e
}
})
expect(5).to.equal(42)
})
But why still error yah?bitter-fountain-36713
12/09/2022, 4:18 AMpowerful-agency-55160
12/09/2022, 4:20 AMbitter-fountain-36713
12/09/2022, 4:39 AMbumpy-notebook-41087
12/09/2022, 5:29 AMfresh-doctor-14925
12/09/2022, 8:31 AMbillions-king-35651
12/09/2022, 9:15 AMfresh-doctor-14925
12/09/2022, 9:26 AMfew-oyster-82478
12/09/2022, 11:32 AM- npm run cy:run:chrome -- --tag production --record --parallel
- npm run cy:run:firefox -- --tag production --record --parallel
few-oyster-82478
12/09/2022, 11:33 AMfew-oyster-82478
12/09/2022, 11:38 AM