Skip to content

Commit

Permalink
first test cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Beltrán committed Apr 12, 2024
1 parent 58410f9 commit dd4a9ba
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cypress/e2e/main_app.spec.cy.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
describe('RUXAILAB APP' , () => {
it('should visit the app', () => {
cy.visit('http://localhost:8080')
})

it('should have a title', () => {
cy.visit('http://localhost:8080')
cy.contains('Remote Testing Lab')
})
})

0 comments on commit dd4a9ba

Please sign in to comment.