running integration tests #3308
-
| I wanted to run the integration tests from the source code but some dependency seems to be missing(using intellJi) as shown in the image. how can i run the integration tests locally? | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            debora-ito
          
      
      
        Jul 18, 2022 
      
    
    Replies: 2 comments
-
| @kedbirhan those model classes need to be generated, you need to build the  After generating the classes, you need to add those classes to your classpath in Intellij. | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        yasminetalby
-
| Hello! Reopening this discussion to make it searchable. | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
@kedbirhan those model classes need to be generated, you need to build the
wafservice module:After generating the classes, you need to add those classes to your classpath in Intellij.