worried-branch-70135
11/25/2021, 2:53 PMlemon-tent-31390
11/25/2021, 6:19 PMstocky-microphone-36525
11/26/2021, 9:09 AMuser
11/26/2021, 10:05 AMgray-kilobyte-89541
11/28/2021, 4:35 PMcalm-doctor-58650
11/30/2021, 12:15 AMstocky-microphone-36525
11/30/2021, 4:04 AMbest-yacht-92435
11/30/2021, 7:35 PMname: End-to-end PROD Cypress Tests
'on':
- workflow_dispatch
jobs:
cypress-run:
runs-on: ubuntu-latest
container: cypress/browsers:node14.17.0-chrome88-ff89
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build/Generate
run: |
yarn install
yarn generate
- name: Cypress run
uses: cypress-io/github-action@v2
with:
record: true
browser: chrome
start: yarn start
wait-on: http://localhost:3000
env:
CYPRESS_BASE_URL: '${{ secrets.CYPRESS_BASE_URL }}'
CYPRESS_RECORD_KEY: '${{ secrets.CYPRESS_RECORD_KEY }}'
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
ancient-wire-34126
11/30/2021, 7:44 PMancient-wire-34126
11/30/2021, 7:44 PMbest-yacht-92435
11/30/2021, 7:48 PMancient-wire-34126
11/30/2021, 7:52 PMbest-yacht-92435
11/30/2021, 8:15 PMancient-wire-34126
11/30/2021, 8:16 PMnpm run cypress:run
) or whatever your script command istall-airplane-97209
12/01/2021, 5:16 AMcalm-doctor-58650
12/01/2021, 3:09 PMancient-wire-34126
12/01/2021, 3:23 PMancient-wire-34126
12/01/2021, 3:23 PM.invoke('setProps', { visible: true })
doesn't work and converting to tsx won't mount the component (missing h
render function)famous-restaurant-30435
12/01/2021, 5:18 PMjavascript
Error:
16:17:04 [OperationalError: EACCES: permission denied, mkdir '/root/.config/Cypress/cy/production/proxy'
16:17:04
16:17:04 ] {
16:17:04 cause: [Error: EACCES: permission denied, mkdir '/root/.config/Cypress/cy/production/proxy'
16:17:04
16:17:04 ] {
16:17:04 errno: -13,
16:17:04 code: 'EACCES',
16:17:04 syscall: 'mkdir',
16:17:04 path: '/root/.config/Cypress/cy/production/proxy'
16:17:04 },
16:17:04 isOperational: true,
16:17:04 errno: -13,
16:17:04 code: 'EACCES',
16:17:04 syscall: 'mkdir',
16:17:04 path: '/root/.config/Cypress/cy/production/proxy'
16:17:04 }
16:17:04 Error: EACCES: permission denied, mkdir '/root/.config/Cypress/cy/production/proxy'
16:17:04
16:17:04
We didnt have these issues as recently as 8.7.0 so just wondering what changed in the image to cause this and if there are any known fixes?
@Usercalm-doctor-58650
12/01/2021, 5:45 PMgray-kilobyte-89541
12/01/2021, 9:06 PMtall-airplane-97209
12/01/2021, 9:29 PMtall-airplane-97209
12/02/2021, 5:09 AMgray-kilobyte-89541
12/02/2021, 1:36 PMcalm-doctor-58650
12/02/2021, 3:12 PMtall-airplane-97209
12/03/2021, 8:27 AMlemon-tent-31390
12/03/2021, 10:47 AMcalm-gpu-44530
12/07/2021, 3:03 PMmicroscopic-caravan-33322
12/07/2021, 4:53 PMcalm-gpu-44530
12/07/2021, 4:57 PM