billowy-spoon-30011
11/17/2021, 4:45 PMbillowy-spoon-30011
11/17/2021, 4:47 PMcool-island-48022
11/18/2021, 6:15 AMit
block?great-london-82425
11/18/2021, 6:01 PMcalm-doctor-58650
11/19/2021, 4:35 PMcalm-doctor-58650
11/19/2021, 4:36 PMcalm-doctor-58650
11/19/2021, 4:37 PMbillowy-spoon-30011
11/19/2021, 4:43 PMcalm-doctor-58650
11/19/2021, 4:45 PMcalm-doctor-58650
11/19/2021, 4:45 PMbillowy-spoon-30011
11/19/2021, 4:47 PMcalm-doctor-58650
11/19/2021, 4:50 PMrhythmic-army-81251
11/19/2021, 10:36 PMsupport/index.js
file that executes before all other tests appears to have a different set of globals than each specrhythmic-army-81251
11/19/2021, 10:36 PMrhythmic-army-81251
11/19/2021, 10:36 PMfancy-airplane-60156
11/21/2021, 4:52 AMfancy-airplane-60156
11/21/2021, 4:56 AMcalm-doctor-58650
11/22/2021, 7:05 PMfancy-airplane-60156
11/23/2021, 10:12 AMuser
11/23/2021, 10:21 AM[FAILED] EACCES: permission denied, open '/github/home/.cache/Cypress/9.0.0/binary_state.json'
Any idea what causes this? I followed the steps in https://docs.cypress.io/guides/continuous-integration/github-actions#Cypress-GitHub-Action.
I'm including the full error log.fancy-airplane-60156
11/23/2021, 10:53 AMfancy-airplane-60156
11/23/2021, 10:53 AMchilly-river-77247
11/23/2021, 3:23 PMchilly-river-77247
11/23/2021, 3:24 PMjs
export const login = function () {
cy.clearCookies();
cy.clearLocalStorage();
cy.log(
`Opening test session URL: ${
Cypress.env("TEST_TARGET_URL") ?? "http://localhost:3005"
}`,
);
cy.visit(`${Cypress.env("TEST_TARGET_URL") ?? "http://localhost:3005"}`);
cy.clearCookies();
cy.reload();
cy.wait(1000);
cy.get("input[name='username']").type("testuser");
cy.get("input[name='password']").type("testuserpassword");
cy.get("button[name='login']").click();
cy.wait(1000);
};
chilly-river-77247
11/23/2021, 3:24 PMchilly-river-77247
11/23/2021, 3:26 PMgreat-london-82425
11/23/2021, 9:58 PMcalm-doctor-58650
11/23/2021, 10:07 PMchilly-river-77247
11/24/2021, 9:55 AMrich-businessperson-57314
11/24/2021, 2:36 PM