Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

younited/cypress_cucumber_import_bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cypress_cucumber_import_bug

Install

yarn install

To replicate the issue

Start cypress yarn cypress open and go to E2ETesting and then Start E2E testing in (your preferred browser).

Then run the one available Test.feature. It will fail with a compile error. Without closing cypress, go to the broken file cypress/e2e/test.js and comment line 3 and uncomment line 5, then save the file. Nothing will happen. Altough, we would expect the test to run now.

Fully closing cypress, and reopening it will run the test fine.

Any change will be picked up now, without problem.

Until you break the import again. Then no update happens (although there is an error reported in the Cypress CLI output). This can be confusing, and let the developer think there is no issue with the code as is.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published