it('open page', function(){
browser.url('https://genk.com');
browser.pause(7200);
});
});```
when i run with npm test i got a error
API command
1) open page
0 passing (16ms)
1 failing
1) API command
open page:
ReferenceError: browser is not defined
at Context. (phan_04\openPage.js:17:9)
Hi, I have package.json like this
and test.config.js
and openPage.js like
API command 1) open page 0 passing (16ms) 1 failing 1) API command open page: ReferenceError: browser is not defined at Context. (phan_04\openPage.js:17:9)