Daniel da Rocha
Daniel da Rocha
Thanks! Is this going in the right direction? ```javascript // middleware/installSession.js const session = require('koa-session'); const RedisStore = require('koa-redis'); const ONE_DAY = 1000 * 60 * 60 * 24; module.exports...
Check this: https://github.com/cypress-io/code-coverage/issues/331
Hmmm this is how my `plugins.js` is looking like and working well: ```js module.exports = async (on, config) => { require('@cypress/code-coverage/task')(on, config) const file = config.env.configFile || 'dev' const envConfig...
Fixed by following the instructions in the error pages, creating and adding the following lines to `app/assets/config/manifest.js`: ```javascript //= link graphiql/rails/application.css //= link graphiql/rails/application.js ```