Igor Shumov

Results 2 comments of Igor Shumov

It's not correct to add this call to constructor. But below statement looks good: ` @BeforeMethod public void init() { initDriver(); }` @vefimofff , What do you think about it?

@vefimofff After some reflections, I think it's a good idea to have a control of driver creation on test developer side. But what worries me, that there are two metods:...