Skip to content

Commit

Permalink
[cypress]: added basic load test for our dev;
Browse files Browse the repository at this point in the history
  • Loading branch information
maifeeulasad committed Oct 31, 2023
1 parent f686c4e commit 006173a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cypress/e2e/load.cy.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
describe('template spec', () => {
it('passes', () => {
cy.visit('https://example.cypress.io')
describe('loading webpage', () => {
it('load landing page', () => {
cy.visit('http://localhost:3000/react-pipeline')
})
})

0 comments on commit 006173a

Please sign in to comment.