25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

9 satır
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. })