Add E2E tests to deployment pipeline
parent
9f1190ac9e
commit
9c4cfe420e
@ -0,0 +1 @@
|
||||
{}
|
@ -0,0 +1,9 @@
|
||||
/* global cy */
|
||||
|
||||
describe('Pokedex', function() {
|
||||
it('frontpage can be opened', function () {
|
||||
cy.visit('http://localhost:5000')
|
||||
cy.contains('pikachu')
|
||||
cy.contains('Pokémon and Pokémon character names are trademarks of Nintendo')
|
||||
})
|
||||
})
|
Loading…
Reference in New Issue