-
Notifications
You must be signed in to change notification settings - Fork 1
Running Tests from IDE
Krishnanand B edited this page Jan 11, 2021
·
2 revisions
This framework manages driver lifecycle as a listener, thus you cannot directly run from IDE (assuming you are using IntelliJ) unless you modify the configuration as below.
- com.testvagrant.tvu.amazonshopping.listeners.SiteListener
- com.testvagrant.tvu.amazonshopping.listeners.DriverListener
- com.testvagrant.tvu.amazonshopping.listeners.ReportListener

