-
Notifications
You must be signed in to change notification settings - Fork 2
Running Tests from IDE
Krishnanand B edited this page May 31, 2020
·
1 revision
This framework managers driver lifecycle as a listener, thus you cannot directly run from IDE (assuming you are using IntelliJ) unless you modify configuration as below.
- io.headspin.hackathon.listeners.SiteListener
- io.headspin.hackathon.listeners.DriverListener
- io.headspin.hackathon.listeners.ReportListener

