stale-furniture-7985
11/15/2022, 9:33 PMstale-ambulance-65138
11/16/2022, 7:37 AMbusy-wall-71096
11/16/2022, 8:00 AM{
'key-name': 'value',
}
stale-ambulance-65138
11/16/2022, 8:11 AMstale-ambulance-65138
11/16/2022, 8:34 AMbusy-wall-71096
11/16/2022, 9:34 AMbusy-wall-71096
11/16/2022, 9:57 AMcy.intercept
correctly for such common use case π€few-oyster-82478
11/16/2022, 10:35 AMAnd
somehow in the steps?, it seems the selector it's not available from cypress-cucumber-preprocessor
, should I just use Then
instead?
Example: And
Given one thing
And another thing
And yet another thing
When I open my eyes
Then I should see something
And I shouldn't see something else
mysterious-belgium-25713
11/16/2022, 10:40 AMbrash-scientist-28014
11/16/2022, 10:55 AMbrash-scientist-28014
11/16/2022, 10:55 AMstale-ambulance-65138
11/16/2022, 12:14 PMstale-ambulance-65138
11/16/2022, 12:15 PMbrash-scientist-28014
11/16/2022, 12:15 PMstale-ambulance-65138
11/16/2022, 12:17 PMstale-ambulance-65138
11/16/2022, 12:18 PMbrash-scientist-28014
11/16/2022, 12:18 PMmysterious-belgium-25713
11/16/2022, 12:42 PMstale-ambulance-65138
11/16/2022, 12:43 PMbrash-scientist-28014
11/16/2022, 1:25 PMbrash-scientist-28014
11/16/2022, 1:26 PMbrash-scientist-28014
11/16/2022, 1:55 PMmysterious-belgium-25713
11/16/2022, 1:57 PMmysterious-belgium-25713
11/16/2022, 1:57 PMstale-ambulance-65138
11/16/2022, 3:33 PMbig-sundown-77934
11/16/2022, 3:39 PMnpm init vue@latest
, which runs create-vue, and I opted in to vitest for unit testing and cypress for e2e testing from the options there.
I ran cypress with npx cypress open
To run my first cypress e2e test, should I run npm run dev
, or npm run build
and set up a web server to go with it?big-sundown-77934
11/16/2022, 3:53 PMnpm run dev -- --port 4173
npx cypress open -- --port 4173
the warning that I saw before disappeared, so it seemed like that had resolved the port issuebig-sundown-77934
11/16/2022, 3:55 PMnpm init vue@latest
, I haven't changed anything.
But it made cypress error, saying my config file has crashedbig-sundown-77934
11/16/2022, 3:58 PMError: error:0308010C:digital envelope routines::unsupported
at new Hash (node:internal/crypto/hash:67:19)
at Object.createHash (node:crypto:130:10)
at module.exports (/home/jrefior/.cache/Cypress/10.11.0/Cypress/resources/app/node_modules/webpack/lib/util/createHash.js:135:53)