From 380e5f3034f8b9d02efddfd01d6a391d3566712c Mon Sep 17 00:00:00 2001 From: cle <clement.lagorce@kereval.com> Date: Mon, 21 Oct 2024 16:34:23 +0200 Subject: [PATCH] release gazelle-tm 9.5.0 --- Test-Management/installation.md | 9 +++++++++ Test-Management/release-note.md | 28 ++++++++++++++++++++++++++-- 2 files changed, 35 insertions(+), 2 deletions(-) diff --git a/Test-Management/installation.md b/Test-Management/installation.md index d5e4a7d..bdc5e30 100755 --- a/Test-Management/installation.md +++ b/Test-Management/installation.md @@ -210,6 +210,15 @@ By default, the announcement section is selected. It can be changed via the drop The selected section can be edited via this page. The `Save and Continue` button will update the section. Restore button restore the previous version of the selected section. +### Update section since 9.5.0 + +It is now possible to run automated test steps. +To activate it, 2 environnements variables are needed : +- maestro_url=http://localhost:8080/gateway +- automated_step_enabled=true +Note that maestro_url is temporarily pointing to a gateway micro service that redirect requests to ITB Test Bed. +It will be integrated in maestro in the future so the /gateway might change. +  ## Version priors to 6.3.0 diff --git a/Test-Management/release-note.md b/Test-Management/release-note.md index 3a8847d..bfac4ca 100755 --- a/Test-Management/release-note.md +++ b/Test-Management/release-note.md @@ -1,14 +1,38 @@ --- title: Release note subtitle: Test Management -toolversion: 9.4.0 -releasedate: 2024-09-24 +toolversion: 9.5.0 +releasedate: 2024-10-24 author: Anne-Gaëlle BERGE function: Software Engineer customer: IHE Europe reference: KER1-RNO-IHE-TEST_MANAGEMENT --- +# 9.5.0 + +_Release date: 2024-10-24_ + +__Task__ +* \[[GZL-5376](https://gazelle.ihe.net/jira/browse/GZL-5376)\] Update test repository view with automated test step +* \[[GZL-5377](https://gazelle.ihe.net/jira/browse/GZL-5377)\] Create Automated test step input entity +* \[[GZL-5378](https://gazelle.ihe.net/jira/browse/GZL-5378)\] Update AutomatedTestStep model +* \[[GZL-5379](https://gazelle.ihe.net/jira/browse/GZL-5379)\] Add fileSystem storage for script in test step +* \[[GZL-5380](https://gazelle.ihe.net/jira/browse/GZL-5380)\] Complete edit UI for automated-test step +* \[[GZL-5382](https://gazelle.ihe.net/jira/browse/GZL-5382)\] DAO can query automated test step +* \[[GZL-5383](https://gazelle.ihe.net/jira/browse/GZL-5383)\] Create AutomatedTestStep Entity +* \[[GZL-5384](https://gazelle.ihe.net/jira/browse/GZL-5384)\] Add new SQL table for automated test step +* \[[GZL-5385](https://gazelle.ihe.net/jira/browse/GZL-5385)\] Update test view +* \[[GZL-5386](https://gazelle.ihe.net/jira/browse/GZL-5386)\] Add automated test step to the test instance model +* \[[GZL-5387](https://gazelle.ihe.net/jira/browse/GZL-5387)\] Update test instance UI to display automated test step +* \[[GZL-5388](https://gazelle.ihe.net/jira/browse/GZL-5388)\] Resolve script to display enough upload file button in UI +* \[[GZL-5389](https://gazelle.ihe.net/jira/browse/GZL-5389)\] Run step in TestInstanceManager +* \[[GZL-5390](https://gazelle.ihe.net/jira/browse/GZL-5390)\] Client to query GITB Gateway for runTest +* \[[GZL-5391](https://gazelle.ihe.net/jira/browse/GZL-5391)\] REST API for receiving report notification +* \[[GZL-5392](https://gazelle.ihe.net/jira/browse/GZL-5392)\] Update UI with report status display +* \[[GZL-5404](https://gazelle.ihe.net/jira/browse/GZL-5404)\] Store ITB PDF report +* \[[GZL-5406](https://gazelle.ihe.net/jira/browse/GZL-5406)\] Add new Automated test step type + # 9.4.0 _Release date: 2024-09-24_ -- GitLab