Cypress + Cucumber cannot detect stepDefinition #1196
              
                
                  
                  
                    Answered
                  
                  by
                    BlackBearFTW
                  
              
          
                  
                    
                      BlackBearFTW
                    
                  
                
                  asked this question in
                Q&A
              
            -
| Hi, I am trying to use cypress with @badeball/cypress-cucumber-preprocessor, I used the quickstart (using vite and react btw) but when I want to run an end to end test, it says no stepDefinition is found, even tho they are in the same folder: duckduckgo.feature duckduckgo.ts config: tsconfig package.json  | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            BlackBearFTW
          
      
      
        Jun 10, 2024 
      
    
    Replies: 1 comment 4 replies
-
| It's difficult to say based on this information. Can you take a look at the esbuild-ts example (which works, tested in CI) and see if you're doing anything differently? | 
Beta Was this translation helpful? Give feedback.
                  
                    4 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
I have found the issue, it was my machine, I was using
[01] Web Projectas a folder name in my project path, it didn't like that. I guess it doesn't handle special characters well.