Josef Biehler

Results 17 comments of Josef Biehler

deleting the cy-spok section in packages-lock leads to a successful npm install

Have you taken a look into https://github.com/cypress-io/cypress-example-recipes/issues/339 ? If this information is not sufficient, what usecase du you want to solve?

Something like this: ```js const hasPackageScriptName = (folder) => { const filename = resolve(join(folder, 'package.json')) if (!fs.existsSync(filename)) { return false } const { scripts } = require(filename) if (!scripts ||...

Can you give me a hint on how to measure image load time? As far as I know I can not spy on requests that are no xhr requests. I...

I take this one. One question regarding executing the tests: On WIndows I can not execute "npm run cypress:open" within the example projects because the scripts use Linux command style....

@jennifer-shehane Are the examples sufficient? If yes, this issue could be closed I think

How should this be done? By clicking through the GUI or by setting localstorage and so on?

@mattcph Is this still an issue with a recent version of eleventy?

Hi, i have used the commands you mentioned in both branches "master" and "develop". In both branches I see an active electron instance with some text. Is the Dev Console...

We encountered the same issue using the image cypress/included:8.3.1. Not sure if you want to maintain that version, too.