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 tests are not reflecting in smartdriver dashboard #3

Open
KosalaiV opened this issue Sep 2, 2024 · 0 comments
Open

Cypress tests are not reflecting in smartdriver dashboard #3

KosalaiV opened this issue Sep 2, 2024 · 0 comments

Comments

@KosalaiV
Copy link

KosalaiV commented Sep 2, 2024

I was trying this demo code:

describe("Should be able to login", () => {
  it("Login", () => {
    cy.visit("http://www.github.com/login");
    cy.get('[name="login"]').type("[email protected]");
  });
});

Which is supposed to show some results on dashboard, but nothing happens. No screenshot has taken it seems. We've also raised the same issue in discord.

Appreciate your assistance here @cnavrides @etienne-dev-tools @rakeshnambiar

TIA!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant