arquillian.github.io icon indicating copy to clipboard operation
arquillian.github.io copied to clipboard

UI tests failing for blog posts which are not release related

Open bartoszmajsak opened this issue 7 years ago • 0 comments

We have blog posts which are not relese-related, eg #410. However our test suite verifies if each and every blog post has release notes, regardless of its type. This results in errors such as

Missing release notes for blog post titled: End-To-End Integration Testing For Kubernetes/OpenShift.

Proposed solution

Before doing a release notes verification check if the blog post is an actual release post. This can be done by checking if it was tagged with release, e.g.

image

bartoszmajsak avatar Dec 12 '17 11:12 bartoszmajsak