2.0.2 • Published 5 months ago

zephyr-scale-plugin v2.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago

Overview

Zephyr scale plugin that extracts BDD scenarios from Zephyr Scale Cloud tickets and publish automation test results into Zephyr Scale Cloud.

Requirements

  • Requires Node.js 14.16+
  • Set environment variable Zephyr API KEY: export ZEPHYR_TOKEN=XXXXXXXXX

Steps

  • Run the npm list -g to extract the Plugin installation path
  • Extract the Feature file- npm --prefix run createFeatureFile < zephyr project plan> eg. npm createFeatureFile ABCD ABDC-P1
  • Copy the Feature file to repo feature folder- cp /testcases.feature> /testcases.feature>
  • Run the Test ( Ensure Proper plugin is configured to generate Json and Xml file)
  • Copy the Result file - cp <workspace path/json,xml>
  • Run the command to push the results to Zephyr- npm --prefix run publishResults < results file path> eg. npm run publishResults ABCD true ./results.zip ./results.json 'Automation Build' json

Documentation

Detailed Automation API requests and properties can be found here: Zephyr Scale API
How to generate API KEY: Generating API Access Tokens

2.0.2

5 months ago

2.0.1

5 months ago

1.8.2

6 months ago

1.8.1

6 months ago

2.0.0

6 months ago

1.8.0

8 months ago

1.7.1

8 months ago

1.7.0

8 months ago

1.6.0

8 months ago

1.5.0

8 months ago

1.4.0

8 months ago

1.3.0

8 months ago

1.2.0

8 months ago

1.1.0

9 months ago

1.0.0

9 months ago