I’m trying CodeceptJS for first time, documentation was good and easy to start. I have a question around running CodeceptJS BDD on Browserstack, could you please guide me with a sample codecept.conf.JS. I’m clueless where to add.
I was trying this for test cafe and planning to run on Web Browser and Mobile Browser.
The important part is the “caps” section which contains the settings for the browser and the credentials for Browserstack,
Also important is the “browserWSEndpoint” property (you can see it in both example codecept.conf.js files in the links), which is where your tests will run …