RedHatInsights/insights-rbac-ui

View on GitHub
cypress/e2e/spec.cy.ts

Summary

Maintainability
A
0 mins
Test Coverage
describe('Test environment init', () => {
  it(
    'initializes user session',
    {
      retries: 3,
    },
    () => {
      // authenticate the session
      cy.login();
    }
  );
});