Gleb Bahmutov
Gleb Bahmutov
Maybe link to https://github.com/bahmutov/yarn-cypress-cache as another example
Reproducible example https://github.com/cypress-io/code-coverage/tree/try-tsify - clone - `npm install` - `cd examples/unit-tests-ts` - `DEBUG=cypress:browserify npm run cy:open`
I need custom `tsify` to instrument the transpiled code. Something like this works for me from Node ```js // can we instrument typescript code using Istanbul? const browserify = require('browserify');...
hehe, that is pretty nifty. Can you write the full code as a pull request, so I can include it?
After done, message Addy
I will factor this out - this is really for Heroku demo
but that's not nice... :)
@drumheadrob your issue is very different - you are saying that the `cypress run` does NOT exit with code 1 after all tests complete and some fail?!
Could you submit a pull request - it would need to handle package lock, yarn and shrink wrap files Sent from my iPhone > On Feb 1, 2020, at 11:25,...