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

Your tests are loading... #27296

Closed
smarianglc opened this issue Jul 13, 2023 · 4 comments
Closed

Your tests are loading... #27296

smarianglc opened this issue Jul 13, 2023 · 4 comments
Labels
stage: needs investigating Someone from Cypress needs to look at this stale no activity on this issue for a long period

Comments

@smarianglc
Copy link

smarianglc commented Jul 13, 2023

Current behavior

I'm currently having a problem that when I open the e2e test for the second time, it's just 'your tests area loading...'

Desired behavior

You should run the tests

Test code to reproduce

cypress/e2e/comprar.cy.js

describe('ACESSANDO PÁGINA PRINCIPAL', () => {
    it('Compra com saldo', () => {
        cy.visit('/')
            .get('button')
            .contains('Como Parcticipar')

    });
});

cypress.config,js

const { defineConfig } = require('cypress');
module.exports = defineConfig({
  reporter: 'cypress-mochawesome-reporter',
  e2e: {
    baseUrl:'https://hom-prod-20.playservicos.com.br',
    setupNodeEvents(on, config){
      require('cypress-mochawesome-reporter/plugin')(on);
}
},
});

Cypress Version

12.17.1

Node version

v9.5.1

Operating System

Windows 11 Home Single Language

Debug Logs

No response

Other

No response

@SunithaShivananjaiah
Copy link

I was also facing test loading issue, installed cypress via command npm install cypress --save-dev and relaunched cypress test runner for java script e2e testing, it worked for me please check once

@smarianglc
Copy link
Author

@SunithaShivananjaiah Thanks! I've done this many times and the problem still remains.

@jennifer-shehane jennifer-shehane added the stage: needs investigating Someone from Cypress needs to look at this label Dec 17, 2023
@cypress-app-bot
Copy link
Collaborator

This issue has not had any activity in 180 days. Cypress evolves quickly and the reported behavior should be tested on the latest version of Cypress to verify the behavior is still occurring. It will be closed in 14 days if no updates are provided.

@cypress-app-bot cypress-app-bot added the stale no activity on this issue for a long period label Jun 15, 2024
@cypress-app-bot
Copy link
Collaborator

This issue has been closed due to inactivity.

@cypress-app-bot cypress-app-bot closed this as not planned Won't fix, can't repro, duplicate, stale Jun 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stage: needs investigating Someone from Cypress needs to look at this stale no activity on this issue for a long period
Projects
None yet
Development

No branches or pull requests

5 participants