How can I add build tags for my Mocha.js automated tests?

How can I add build tags for my Mocha.js automated tests?

Hi Miro,

To add the build tags for running Mocha.js testing on LambdaTest, you will need to add buildTags capability as shown below -

"buildTags": ["test-build1","test-build2"]

Also, you can check out the below GitHub repo for the same -

https://github.com/rshmimondal/Mocha-js-tags