Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cypress loads blank page when run using github action #30360

Open
wulanLastia opened this issue Oct 4, 2024 · 1 comment
Open

Cypress loads blank page when run using github action #30360

wulanLastia opened this issue Oct 4, 2024 · 1 comment
Labels
stage: needs information Not enough info to reproduce the issue

Comments

@wulanLastia
Copy link

Current behavior

I am trying to run Cypress in Github Actions. It is a Vue app. The remote url is https://devsidebar.digitalservice.id/ and i have following test failed.

 it('Login', () => {
        cy.visit('https://devsidebar.digitalservice.id/', { failOnStatusCode: false })
 })

I have raise the time in

cypress.config.js

module.exports = defineConfig({
  pageLoadTimeout: 120000,

The error occurred after I updated the cypress-qase-reporter package from cypress-qase-reporter 1.4.2-alpha.2 to 1.4.3

image

NOTED : If we run test using Cypress UI and Headless running normally

Desired behavior

I expect the tests to pass as they do when I run them against the app when it's on localhost. I don't understand why the page initially loads then goes blank on cypress browser

Test code to reproduce

 it('Login', () => {
        cy.visit('https://devsidebar.digitalservice.id/', { failOnStatusCode: false })
 })

Cypress Version

13.13.1

Node version

20.11.1

Operating System

Windows 11

Debug Logs

No response

Other

No response

@jennifer-shehane
Copy link
Member

If the error happened after updating cypress-qase-reporter, I'd suggest raising an issue with them.

@jennifer-shehane jennifer-shehane added the stage: needs information Not enough info to reproduce the issue label Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stage: needs information Not enough info to reproduce the issue
Projects
None yet
Development

No branches or pull requests

2 participants