Skip to content

A Chrome extension to integrate our automation suite within JIRA tickets

Notifications You must be signed in to change notification settings

honeydew-sc/jira-chrome-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Honeydew x JIRA chrome extension

Adds a sidebar indicating what honeydew features cover the current test.

screenshot-jira.png

implementation

We hit an endpoint at

https://{{ hostname }}/rest.php/features/tree?needle={{ query }}

which should return a JSON object with a array of matched features in a key called list:

{ "success": true, "list": [] }

We parse the list into links back to the Honeydew element and append it to the DOM in the proper position.

packaging

cd extension && zip -r Archive.zip .

Upload the archived files in the chrome developer dashboard.

config

Put the proper hostname of the remote box in extension/src/inject/auth.js.

About

A Chrome extension to integrate our automation suite within JIRA tickets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published