Any idea why am I keep getting NULL Pointer Exception even I start my project from scratch already. Where did I made a mistake?
            Asked
            
        
        
            Active
            
        
            Viewed 39 times
        
    -4
            
            
        - 
                    I have read that, but it doesn't help as I don't really declare any variable here. – NTU's Potato Jun 04 '21 at 04:10
- 
                    1Post content on this page rather than links – Basil Bourque Jun 04 '21 at 04:11
1 Answers
0
            
            
        @RunWith(ThucydidesRunner.class)
public class LoginTest {
I think you need this minimally.
Ref: http://thucydides.info/docs/thucydides/_defining_high_level_tests_in_junit.html
 
    
    
        Andrew NS Yeow
        
- 341
- 2
- 8
