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

jasmine-atm-reporter

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jasmine-atm-reporter

npm module for jest-puppeteer to upload result in atm

  • 1.0.2
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

Jasmine-Atm-Reporter:

This is jasmine atm reporter plugin for puppeteer.

Install:

npm install jasmine-atm-reporter

Environment Variables:

Set following environment variables on your machine:

BASE_URL      = baseurl (e.g. --> jira.abcdef.com)
USERNAME      = username
PASSWORD      = password
PROJECT_KEY   = XYZ
TEST_PLAN_KEY = ABC
TEST_CYCLE_ID = OPQ

Note: In case you want to create TEST_CYCLE_ID for every run then remove entry for TEST_CYCLE_ID from enviornment variable and it will create a new test cycle which is linked to the TEST_PLAN_KEY.

Set following in package.json for using the jasmine-atm-reporter:

"jest": {
    "verbose": true,
    "reporters": [
      "jasmine-atm-reporter"
    ]
  },

Usage:

beforeAll(async () => {
        reporter.setTestCaseID('TestCaseID');
        reporter.setEnvironment('TestEnvironment');
    });

Keywords

FAQs

Package last updated on 03 Dec 2018

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