Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

260
Views
¿Recibe un error si uso dos etiquetas diferentes para dos ejemplos diferentes usando Cypress-pepino?

Tengo un archivo de características y un archivo de definición de pasos en Cypress.

Mi función se ve así:

 Scenario Outline: Given when I go the page When I login Then Do some test @test1 Examples: |email| |test@gmail.com| @test2 Examples: |email| |test@gmail.com|

Usé este comando para ejecutar: npx cypress-tags run -e TAGS="test1"

Pero estoy recibiendo el siguiente error:

  • usando la configuración cypress.json

  • archivos de especificaciones: cypress/integration/**/*.feature

  • no se encontraron etiquetas coincidentes

Pero si tengo un escenario como este, obtengo el resultado esperado con el comando que usé.

 @test1 Scenario Outline: Given when I go the page When I login Then Do some test Examples: |email| |test@gmail.com| |email| |test@gmail.com|

¿Hay alguna forma de ejecutar en función de las etiquetas de los ejemplos?

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!