So, our company is using Scrutinizer CI (https://scrutinizer-ci.com/) for Python code analysis/coverage. But also we need to setup Scrutinizer CI for running NightwatchJS UI tests.
I've already read Scrutinizer manual, but there is no detailed guide how to set up it for running UI tests. There is some info about Selenium but it is not the case for us, NightwatchJS doesn't use Selenium. Any help will be appreciated.
Ok, so I've figure it out. This is what you need to paste into Configuration section of your repository if you want to run your JS tests in Scrutinizer. After that, update configuration and schedule inspection.