0.1.1 • Published 5 years ago

qape-reporter-gitlab v0.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

QApe Reporter Gitlab

This is reporter for QApe. It can report all the errors he finds to gitlab issue tracker.

Installation

Add reporter as a dependency

npm install qape-reporter-gitlab

Update QApe config

export default {
	...
	reporters: ['gitlab'],
	reporterOptions: {
		gitlab: {
			url: 'https://gitlab.com'
			projectId: 1,
			privateToken: 'private_token', // Gitlab private token to access gitlab API
			assignees: ['username', 1] // (Optional) Gitlab username or user id
		}
	}
}
0.1.1

5 years ago

0.1.0

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago