juice-shop/juice-shop

View on GitHub
test/cypress/e2e/metrics.spec.ts

Summary

Maintainability
A
0 mins
Test Coverage
describe('/metrics/', () => {
  describe('challenge "exposedMetrics"', () => {
    it('Challenge is solved on accessing the /metrics route', () => {
      cy.request('/metrics')
      cy.expectChallengeSolved({ challenge: 'Exposed Metrics' })
    })
  })
})