UC39
There are currently no pipelines.
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines and you must have sufficient permissions in the source project.
This PR contains UC39, which allows the admin and tester to view previous transaction logs, either in list or graph form
To test in iTrust:
Other
menu tab, and click on View Transaction Logs
To run the tests, do the following:
mvn install -DskipTests
to build and deploy the website (this will ensure that the selenium tests work as expected)mvn test -Dtest=LogTransactionTest
and mvn test -Dtest=TransactionWithRoleBeanTest
to run the unit testsmvn test -Dtest=ViewTransactionLogsTest
to run the selenium testsTo run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines and you must have sufficient permissions in the source project.