Skip to content

Releases: Decathlon/ara

ara-9.0.2-rc.2

09 Jun 07:27
0efc0ca
Compare
Choose a tag to compare

ARA helps you to fight against regressions by letting it preanalyze your non-regression tests runs,
tracks and follows problems, keep their history, and even break your CI build if quality isn't
met.

ara-9.0.2-rc.1

07 Jun 12:41
9d960d7
Compare
Choose a tag to compare

ARA helps you to fight against regressions by letting it preanalyze your non-regression tests runs,
tracks and follows problems, keep their history, and even break your CI build if quality isn't
met.

ara-9.0.1-rc.1

07 Jun 09:14
dbc9623
Compare
Choose a tag to compare

ARA helps you to fight against regressions by letting it preanalyze your non-regression tests runs,
tracks and follows problems, keep their history, and even break your CI build if quality isn't
met.

ara-9.0.0-rc.1

31 May 14:24
7e5dfdd
Compare
Choose a tag to compare

ARA helps you to fight against regressions by letting it preanalyze your non-regression tests runs,
tracks and follows problems, keep their history, and even break your CI build if quality isn't
met.

ara-8.2.0-rc.1

21 May 07:33
d167721
Compare
Choose a tag to compare

ARA helps you to fight against regressions by letting it preanalyze your non-regression tests runs,
tracks and follows problems, keep their history, and even break your CI build if quality isn't
met.

ara-8.1.0

23 Mar 14:55
39a4d17
Compare
Choose a tag to compare

What is new in this version ?

Feature

Adapter

The main feature of this release is the generic adapter (#373):
previously, ARA was dependent only on supported adapters (Cucumber, Postman, Cypress).
There was no way for ARA to handle other testing technologies... Until now!
To do so, transform your testing reports into generic ones, then send them to ARA to process.
More details here.

Login

There are also some enhancement concerning the login experience

  • If only one provider is enabled, then the provider login page is directly displayed
  • After logging out and login in again, the user is redirected to the last visited page
  • After a logout (due to the token expiration), no error modal is displayed

Local settings

Ara has now local settings (browser related).
You can now decide whether you want to display scenario executions screenshot or video on the same page or in a new tab.
In fact initially, all medias were displayed in the same page. However, in some cases the browser could not display those (e.g. mixed content): it makes more sense to open medias directly in a new tab in this case.

ara-8.0.2-rc.2

12 Mar 13:00
4591965
Compare
Choose a tag to compare
ara-8.0.2-rc.2 Pre-release
Pre-release
feat: api and web-ui version display (#414)

* feat: add version display

* chore: update api to 8.0.3

* fix: about.json generation

* feat: add display api and web-ui version

* chore: update web-ui to 8.0.3

* chore: update candidate chart version to 8.0.2-rc.2

* chore: fix sonar

ara-8.0.2-rc.1

10 Mar 07:58
Compare
Choose a tag to compare
ara-8.0.2-rc.1 Pre-release
Pre-release
update liveness probe

ara-8.0.2-rc.0

09 Mar 14:36
494ed24
Compare
Choose a tag to compare
ara-8.0.2-rc.0 Pre-release
Pre-release
feat: monitoring (#411)

* chore: versions make command

## In `code`

* Split versions for api and web-ui
* Add make get-*-version
* Add make get-versions
* Refacto methods et make help exposition

* feat: expose actuator

* feat: expose metrics and threaddump with authentication

* chore: ignore custom properties

* chore: removed timed

* chore: update api version to 8.0.2

* chore: update web-ui version to 8.0.2

* chore: remove unused import

* chore: custom sample properties

* feat: add influxdb support

ara-8.0.1

03 Mar 15:38
cb80266
Compare
Choose a tag to compare

What is new in this version ?

Fix

Some database constraints were missing. This version fixes this issue.