Closed nicholaswkc34 closed 5 years ago
Hi, sorry for delay. I actually tried to reproduce this and only now noticed that your have mixed up two things: a test suite and a galen spec. Your main.gspec file is actually not a gspec at all. It is a test suite syntax.
How to solve the errors then? What is the correct approach?
I don't know. But I pointed out that the file that you provided main.gspec
is not really a gspec. It is a test suite. I am not sure what you wanted to do in that example because you already use TestNG, so you don't need to use galen test suites. And also checkLayout
method works only with gspec files. So I guess the reason it fails for you is because you are giving it a wrong file
Thanks for your explanation.
Dear All, I tried to implement galen responsive testing using example on github but i encounter this error. I using galen 2.4.0 in Java.
main.gspec
Homepage.gspec
What wrong with it? I follow according to the standard but get this error. Please help. Thanks.