-4

Any idea why am I keep getting NULL Pointer Exception even I start my project from scratch already. Where did I made a mistake?

My Feature test

My User test model

When trying to run the project

1 Answers1

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