Nightwatch tests formatter for TeamCity CI server. Version 0.2.2 is the latest stable release; the package has had no updates since 2017. It provides a simple reporter that outputs Nightwatch test results in TeamCity service message format. Differentiators: minimal setup (just add a --reporter flag) and the ability to compose with other reporters via a custom script. Compatible with Nightwatch v0.9+ and TeamCity CI.
npm install nightwatch-teamcityNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows two ways to use the formatter: via CLI --reporter flag, or programmatically in a custom reporter.
Use const { format } = require('nightwatch-teamcity') or import { format } from 'nightwatch-teamcity'.Use --reporter node_modules/nightwatch-teamcity/index.js
Use const { format } = require('nightwatch-teamcity').No dependency data recorded yet.