In ant report intialization error is appearing | Selenium Forum
M
Munish Sandal Posted on 11/01/2019

 


A
Ashish Thakur Replied on 13/01/2019

Please add this dependency

 

<dependency>
    <groupId>org.hamcrest</groupId>
    <artifactId>hamcrest-all</artifactId>
    <version>1.3</version>
    <scope>test</scope>
</dependency>


M
Munish Sandal Replied on 14/01/2019

resolved