Galen framework Null pointer exception and FileNotFoundException

227 views Asked by At

this is my galen command for gelya1.gspec file

D:\Galen\Project1>galen check gelya1.gspec \ --url http://samples.galenframework.com/tutorial1/tutorial1.html \ --size 640x480 \ --htmlreport .

This is my gelya1.gspec file ' @objects header id header

= Main section = header: height 40to 120px

'

This is my error logs

Test: gelya1.gspec

check gelya1.gspec \ --url http://samples.galenframework.com/tutorial1/tutorial1.html \ --size 640x480 \ --htmlreport . java.lang.NullPointerException

Test: \

check gelya1.gspec \ --url http://samples.galenframework.com/tutorial1/tutorial1.html \ --size 640x480 \ --htmlreport . java.io.FileNotFoundException: \ (The system cannot find the path specified)

Suite status: FAIL Total tests: 4 Total failed tests: 3 Total failures: 3 There were failures in galen tests D:\Galen\Project1> `

Firefox browser is getting launched when I run this command, not sure why these exceptions are coming.

0

There are 0 answers