DEV Community

Discussion on: Component vs (UI) Integration vs E2E tests

Collapse
 
heyitsyuliya profile image
Yuliya K

Great read! I’m using Cypress in conjunction with Cucumber Preprocessor plugin and found it super useful tagging my tests. Cypress will pick up all tests in .feature file that are tagged with @e2e. Also, tags come in handy when you’re developing your tests and don’t want to run the whole feature file.

Collapse
 
noriste profile image
Stefano Magni

Thanks for sharing Yuliya!! Cucumber is going to be the next thing to study for me 😊