1.1.6 • Published 8 months ago

actc v1.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Header logo

This is a small script that could convert your story acceptance criteria(AC) in Jira to test cases automatically. Your AC should use the Given, When and Then(GWT) format in order for it to work.

Quick start

  1. Install the package npm i --save-dev actc

  2. Setup your config file

// /config/default.json

{
	"xml": {
		"folder": "/xml",
		"file": "test.xml"
	},
	"output": {
		"folder": "./output",
		"file":	"test.ts"
	}
}
  1. Create a npm script
// package.json
	"scripts": {
		"your-script-name": "actc"
	},
  1. Download the XML file from Jira into the specified folder.

  2. Run your script npm run your-script-name

Custom output file name

Run your script with the name you like npm run your-script-name your-file-name.js

1.1.6

8 months ago

1.1.5

8 months ago

1.1.4

8 months ago

1.1.3

8 months ago

1.1.2

8 months ago

1.1.1

8 months ago

1.1.0

8 months ago

1.0.0

8 months ago