Coder Social home page Coder Social logo

zephyr-scale-server-rest-api-scripts's Introduction

Zephyr Scale Server REST API Scripts

Example scripts to automate tasks in Zephyr Scale Server via the REST API.

The examples are intentionally simple to provide a quick start for REST API users.

We recommend you to fork this repository and change it to meet your specifications.

See the Zephyr Scale API Docs for more information about the API usage.

Requirements

The scripts are based on Node.js, please make sure you have the latest Node.js LTS version installed.

After forking or cloning the project, go to the root folder and run the following command to install the dependencies:

npm install

In the sections below you can see the current available scripts.

Projects

Zephyr Scale resources are linked to Jira projects, so in order to use Zephyr Scale, first create the projects in Jira and then create the Zephyr Scale projects.

Create Zephyr Scale Projects

First, open the template file projects/resources/projects.js and edit it to meet your requirements.

Then, create the Zephyr Scale projects running the following command:

npm run projects:create -- \
  --host https://JIRA_HOST \
  --username JIRA_USERNAME \
  --password JIRA_PASSWORD

Custom Fields

Zephyr Scale supports Custom Fields for different resources, like Test Cases, Test Cycles and more.

Create Custom Fields

First, open the template file customFields/resources/customFields.js and edit it to meet your requirements.

Then, create the Custom Fields running the following command:

npm run customFields:create -- \
  --host http://JIRA_HOST \
  --username JIRA_USERNAME \
  --password JIRA_PASSWORD

zephyr-scale-server-rest-api-scripts's People

Contributors

chicofaccin avatar fnmunhoz avatar johnathafelix avatar otaviomedeirossb avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

zephyr-scale-server-rest-api-scripts's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.