clean-psychiatrist-8640
02/13/2022, 6:07 AMmysterious-area-98742
02/14/2022, 9:48 AMWarning: We failed to record the video.
This error will not alter the exit code.
Error: EACCES: permission denied, mkdir '/__w/d/d/tests/e2e/results'
no term (record, failed, video, mkdir) returns results in the node_modules/cypress
directory 😕mysterious-area-98742
02/14/2022, 10:00 AMmkdir
mysterious-area-98742
02/14/2022, 10:01 AMmkdir -p
for:
js
return Object.assign({}, config, {
fixturesFolder: 'tests/e2e/fixtures',
integrationFolder: 'tests/e2e/specs',
screenshotsFolder: `${test_results}/screenshots`,
videosFolder: `${test_results}/videos`,
supportFile: 'tests/e2e/support/index.js'
})
??powerful-orange-86819
02/14/2022, 11:38 AMmysterious-area-98742
02/14/2022, 1:56 PMcontainer: cypress/browsers:node16.13.2-chrome97-ff96
Causes the above issue to happen, with the aforementioned configuration.
Maybe :
container:
image: cypress/browsers:node16.13.2-chrome97-ff96
options: --user 1001
Should be the default "command" at least in the https://docs.cypress.io/guides/continuous-integration/github-actions tutorial? 😕adorable-smartphone-87280
02/14/2022, 2:11 PMelegant-controller-37790
02/15/2022, 8:51 AMcypress/plugins/index.ts
saying that webpackPreprocessor
is `undefined`:
/// <reference types="cypress" />
/**
* @type {Cypress.PluginConfig}
*/
import webpackPreprocessor from '@cypress/webpack-preprocessor'
export default (on: Cypress.PluginEvents) => {
on('file:preprocessor', webpackPreprocessor(webpackPreprocessor.defaultOptions))
}
Does anyone know what the issue might be? I have "@cypress/webpack-preprocessor": "^5.11.1"
and other required dependencies installed properly.early-lamp-20318
02/15/2022, 9:19 AMmysterious-area-98742
02/15/2022, 10:22 AMWAIT Compiling...
prompt on the UI instead?
Maybe the terminal used to execute Cypress (e.g. npm run test:e22
) is not always in view ...powerful-orange-86819
02/15/2022, 1:31 PMadventurous-dream-20049
02/15/2022, 9:13 PMadorable-smartphone-87280
02/15/2022, 11:26 PMearly-lamp-20318
02/16/2022, 7:48 AMglamorous-architect-52545
02/16/2022, 2:33 PMglamorous-architect-52545
02/16/2022, 2:34 PMglamorous-architect-52545
02/16/2022, 2:34 PMglamorous-architect-52545
02/16/2022, 2:35 PMadventurous-dream-20049
02/16/2022, 4:10 PMadventurous-dream-20049
02/16/2022, 4:19 PMglamorous-architect-52545
02/16/2022, 5:05 PMclean-wire-62738
02/17/2022, 3:16 PMclean-wire-62738
02/17/2022, 3:17 PMstocky-oil-88776
02/17/2022, 4:58 PMbillowy-spoon-30011
02/17/2022, 4:59 PMadventurous-dream-20049
02/17/2022, 7:52 PMpowerful-orange-86819
02/18/2022, 11:13 AMglamorous-architect-52545
02/18/2022, 11:32 AMglamorous-architect-52545
02/18/2022, 11:32 AMglamorous-architect-52545
02/18/2022, 11:41 AM