Releases: Decathlon/ara
ara-9.0.2-rc.2
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
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
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
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
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
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
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
update liveness probe
ara-8.0.2-rc.0
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