
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
cypress-teamcity-reporter
Advanced tools
cypress-teamcity-reporter is a Teamcity reporter which makes it possible to display test results in real-time, makes test information
available on the Tests tab of the Build Results page. It is based on the package @cypress/mocha-teamcity-reporter
and was improved with new informations and support to the newer versions of mocha.
Check out the changelog
In your project run a npm install command:
npm install cypress-teamcity-reporter --save-dev
or
yarn add cypress-teamcity-reporter --dev
https://github.com/visionmedia/mocha/wiki/Third-party-reporters describes using third party reporters in mocha.
Then call mocha with:
mocha --reporter cypress-teamcity-reporter test
To use it in the TeamCity, you can call:
cypress run --reporter cypress-teamcity-reporter
lib/teamcityBrowser
test\browser
Can set flowId like:
mocha test --reporter mocha-teamcity-reporter --reporter-options flowId=gobbledygook
Can set a top-level suite name, which will wrap all other suites.
This is useful for reading test output when running multiple suites in a single build
MOCHA_TEAMCITY_TOP_LEVEL_SUITE=<suiteName>
topLevelSuite=<suiteName>
To enable this please Please note this will probaly be made default in the next major version
USE_STD_ERROR=true
useStdError=true
Record failures for hooks such as before/after etc Please note this will probably be made default in the next major version
RECORD_HOOK_FAILURES=true
recordHookFailures=true
mocha test --reporter mocha-teamcity-reporter --reporter-options topLevelSuite=top-level-suite-name
mocha test --reporter mocha-teamcity-reporter --reporter-options useStdError=true
mocha test --reporter mocha-teamcity-reporter --reporter-options useStdError=true
MOCHA_TEAMCITY_TOP_LEVEL_SUITE='top-level-suite-name' mocha test --reporter mocha-teamcity-reporter
[4.0.0] - 02/15/2023
Node.js
12 minimum supportMocha
4 minimum supportFAQs
teamcity reporter for cypress
We found that cypress-teamcity-reporter demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.