curved-thailand-93694
01/03/2023, 7:55 PMbrave-doctor-62978
01/03/2023, 8:12 PMsass
in component testing?high-hospital-28493
01/03/2023, 8:18 PMbumpy-insurance-8581
01/03/2023, 8:31 PMhigh-hospital-28493
01/03/2023, 8:47 PMcy.fixture('fileName.csv').then(CSVFile => {
input().selectFile(CSVFile, { force: true });
});
bumpy-insurance-8581
01/03/2023, 8:58 PMgray-kilobyte-89541
01/03/2023, 11:59 PMdry-queen-61651
01/04/2023, 12:40 AMabundant-petabyte-12702
01/04/2023, 5:00 AMyarn upgrade cypress@12.3.0
And then I ran this to open it node_modules/.bin/cypress open --config-file <config-file>
But when the window appears, I get the following error:
TypeError: cypress/plugins/index.js file threw an error
I didn't call the loadConfig method in my index.js file tho so I'm not too sure where to start, or how to edit node_modules/@bahmutov/cypress-extends/index.js:7:22
I could only find this: https://github.com/cypress-io/cypress/issues/21912
Thanks in advance!powerful-agency-55160
01/04/2023, 6:16 AMbumpy-insurance-8581
01/04/2023, 7:34 AMScenario Outline
with 2 similar cases, but it seem, it can’t work properly with cy.fixtures()numerous-finland-95133
01/04/2023, 8:05 AMgorgeous-jewelry-94949
01/04/2023, 9:14 AMhallowed-mouse-50470
01/04/2023, 9:17 AMbumpy-insurance-8581
01/04/2023, 9:42 AMbumpy-insurance-8581
01/04/2023, 9:45 AMgray-kilobyte-89541
01/04/2023, 11:34 AMbumpy-insurance-8581
01/04/2023, 11:36 AMbumpy-insurance-8581
01/04/2023, 11:37 AMcuddly-gold-42086
01/04/2023, 11:40 AMcy.session() requires enabling the experimentalSessionAndOrigin flag. The experimentalSessionSupport flag was enabled but was removed in Cypress version 9.6.0.
helpful-quill-61406
01/04/2023, 1:07 PMbrave-doctor-62978
01/04/2023, 2:09 PMbrave-doctor-62978
01/04/2023, 2:10 PMsass
i want to offer $50/hr for support to resolve it or $150 if its solved in the first hour. is that allowed?bitter-fountain-36713
01/04/2023, 2:24 PMnutritious-analyst-96582
01/04/2023, 2:24 PMmagnificent-cat-57082
01/04/2023, 4:27 PMcy.intercept
The assertion fails, but the test itself passes!
cy.intercept('/combo/query_streaming', (req) => {
console.log(req.body['query']);
expect(req.body['query']).to.include('Acme Company');
req.reply({ fixture: 'default_query.txt' });
});
magnificent-cat-57082
01/04/2023, 4:28 PMmagnificent-cat-57082
01/04/2023, 4:39 PMgray-kilobyte-89541
01/04/2023, 4:46 PMkind-photographer-81911
01/04/2023, 11:15 PMcypress-test:
needs: [workflow-info, build]
runs-on: [self-hosted, k8s-large]
env:
WORKER_ENV: ${{ needs.workflow-info.outputs.cf-worker-env }}
BASE_URL: ${{ needs.workflow-info.outputs.base-url }}
API_BASE_URL: ${{ needs.workflow-info.outputs.api-host }}
strategy:
fail-fast: false
matrix:
containers: [1, 2, 3, 4, 5, 6, 7, 8, 9]