arquillian / arquillian.github.io

Arquillian website source (develop branch) and hosting (master branch). Baked with Awestruct.
http://arquillian.org
Other
78 stars 147 forks source link

UI tests failing for blog posts which are not release related #412

Open bartoszmajsak opened 6 years ago

bartoszmajsak commented 6 years ago

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