Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

wdio-cucumber-qatouch-reporter

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wdio-cucumber-qatouch-reporter

A Qa Touch reporter for webdriver.io with cucumber framework

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

QA Touch

Test Together

Collaborative Test Case Management tool For Modern QA Teams

QA Touch Reporter for Webdriver.io

Pushes test results into QA Touch system.

Installation

$ npm i wdio-cucumber-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 wdio.conf.js:

let QaTouchReporter = require('wdio-cucumber-qatouch-reporter/lib/index');

...

    reporters: [
            'spec',
            [QaTouchReporter,
                {
                    qaTouchOptions: {
                        'domain' : "Your Domain",
                        'apiToken': "Your Api-Token",
                        'projectKey': 'Project Key',
                        'testRunId': 'Test Run Id',
                    }
                }
            ]
        ],

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

Scenario: TR001 Test if the QA Touch app has the title "Test Management"

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

Package last updated on 30 Nov 2020

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc