Big news!Introducing Socket AI - ChatGPT-Powered Threat Analysis. Learn more
Socket
Log inDemoInstall

cypress-qatouch-reporter

Package Overview
Dependencies
1
Maintainers
1
Versions
3
Issues
File Explorer

Advanced tools

cypress-qatouch-reporter

Test Together

    1.2.1latest
    GitHub

Version published
Maintainers
1
Weekly downloads
676
decreased by-30.31%

Weekly downloads

Readme

Source

QA Touch

Test Together

Collaborative Test Case Management tool For Modern QA Teams

QA Touch Reporter for Cypress

Pushes test results into QA Touch system.

Installation

$ npm i cypress-qatouch-reporter

Usage

Ensure that your QA Touch API is enabled and generate your API keys. See https://doc.qatouch.com/#qa-touch-api

Add reporter to cypress.json file:

... "reporter": "cypress-qatouch-reporter", "reporterOptions": { "domain" : "your-domain", "apiToken": "your-token", "projectKey": "project-key", "testRunId": "test-run-id" },

Mark your cypress test names starts with ID of QA Touch test run cases. Ensure that your case ids are well distinct from test descriptions.

it("TR001 Authenticate with invalid user")

Only passed, untested and failed tests will be published in QA Touch Test Run.

Options

domain: string domain name of your QA Touch instance (e.g. dckap)

apiToken: string API token for user which will be created in the edit profile menu in your domain login

projectKey: number project key with which the tests are associated

testRunId: number test run Id with which the tests are associated

References

Keywords

FAQs

Last updated on 20 Nov 2020

Did you know?

Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc