AnglesHQ / angles

Angles is a test dashboard that will allow you to store all your automated test results independent of the test automation framework you are using (as long as there is a client which supports using the Angles API), in a single location and has common for reports for all of them. It also allows you to view the results from various angles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support angles docker images latest tags

ruescar opened this issue · comments

It would be useful to use latest tag by default for angles and angles-ui images in compose file, in case you want to modify and rebuild locally those images:

image: angleshq/angles:${ANGLES_VERSION:-latest}
image: angleshq/angles-ui:${ANGLES_VERSION:-latest}

And also create latest tag in Docker Hub.