All Downloads are FREE. Search and download functionalities are using the official Maven repository.

generator.client.common.cypress.home.Home.spec.ts.mustache Maven / Gradle / Ivy

There is a newer version: 1.23.0
Show newest version
describe('Home', () => {
  it('display home page', () => {
    cy.visit('/');
    cy.title().should('include', '{{ projectName }}');
  });
});




© 2015 - 2025 Weber Informatics LLC | Privacy Policy