UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Add integration tests

Merged Ryan Daily requested to merge add-integration-tests into main
Files
13
describe('Basic Podinfo Tests', function() {
it('Check Podinfo is accessible', function() {
cy.visit(Cypress.env('podinfo_url'))
})
})
Loading