Gleb Bahmutov
Gleb Bahmutov
did you commit the timings file to the repo so it is there when it runs on CI?
What is inside the timings.json file?
Ughh, to solve this, I would need a small repo with a reproducible example
I would not be on stand by because I have a lot of other stuff to do. If you can please open a pull request with a fix instead.
Yup, Cypress does not pass `spec` CLI argument anywhere, thus this plugin has no idea what to do, there is an issue I opened https://github.com/cypress-io/cypress/issues/26032 I think for now I...
Can you spawn several CI containers in parallel on TeamCity?
The package file can define `version` script that will execute after version has been bumped but before commit and tag, see https://docs.npmjs.com/cli/version
Yeah, I pretty much never use the wizard feature, since I remember the simple convention. So for me it is always `major(foo): changed how foo works` or something like that
Since you are on CircleCI, can you try using either: - https://github.com/cypress-io/circleci-orb - or https://github.com/cypress-io/cypress-docker-images - also check out https://slides.com/bahmutov/circleci-cypress-orb We run 1000s of tests per day on Circle, so...
Sure it would be nice, feel free to open a pull request Sent from my iPhone > On Jul 1, 2019, at 08:49, Evgeny Bondarenko wrote: > > Related to...