MCPcopy Create free account
hub / github.com/compiler-explorer/compiler-explorer / assertNoConsoleOutput

Function assertNoConsoleOutput

cypress/support/utils.ts:33–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31}
32
33export function assertNoConsoleOutput() {
34 cy.get('@consoleLog').should('not.be.called');
35 cy.get('@consoleWarn').should('not.be.called');
36 cy.get('@consoleError').should('not.be.called');
37}
38
39/**
40 * Visit the app and stub console output. Use this as the standard

Callers 10

pp-view.cy.tsFile · 0.90
compile.cy.tsFile · 0.90
diff.cy.tsFile · 0.90
conformance.cy.tsFile · 0.90
frontend.cy.tsFile · 0.90
gccdump.cy.tsFile · 0.90
opt-view.cy.tsFile · 0.90
execute.cy.tsFile · 0.90
shortcuts.cy.tsFile · 0.90

Calls 1

getMethod · 0.65

Tested by

no test coverage detected