Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 

9 rader
206 B

  1. // https://docs.cypress.io/api/introduction/api.html
  2. describe('My First Test', () => {
  3. it('Visits the app root url', () => {
  4. cy.visit('/')
  5. cy.contains('h1', 'Welcome to Your Vue.js App')
  6. })
  7. })