Typically that indicates a setting or resource that is being found when you
run via IntelliJ and you havent made the same change for the JVM of JMeter
(e.g. are classpath settings or resources like files or command line
parameters that are read by the code)
You probably need to enable debug for your test or write some log
statements to tell you whats missing if you cant make out the issue via
inspection - If browser or driver is null , i am guessing your test
actually didnt run either and there should be a problem with initialization
of your test where these objects are being created.



On Fri, Sep 7, 2018 at 8:40 AM MaxwellFalcon <[email protected]> wrote:

> Here is the code:
>
> @After
> public void testCleanUp(){
>     browser.driver.quit();
> }
>
>
> I guess it is worth noting that these tests are running perfectly fine in
> my
> IDE (Intellij).
>
>
>
>
>
> --
> Sent from: http://www.jmeter-archive.org/JMeter-User-f512775.html
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to