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

248
Views
Getting error if I use two different tags for two different examples using Cypress-cucumber?

I have a feature file and step definition file in cypress.

My feature looks like this:

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|

I used this command to run: npx cypress-tags run -e TAGS="test1"

But I am getting the following error:

  • using cypress.json configuration

  • spec files: cypress/integration/**/*.feature

  • no matching tags found

But if I have a scenario like this, I am getting the expected result with the command that I used.

@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|

Is there any way to run based on the tags from the examples?

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!