UC39
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:
- Log in as admin (or tester)
- Click on
Othermenu tab, and click onView Transaction Logs - Try testing looking up transaction logs based on different parameters, both in list view and graph view
To run the tests, do the following:
- First, run
mvn install -DskipTeststo build and deploy the website (this will ensure that the selenium tests work as expected) - Run
mvn test -Dtest=LogTransactionTestandmvn test -Dtest=TransactionWithRoleBeanTestto run the unit tests - Run
mvn test -Dtest=ViewTransactionLogsTestto run the selenium tests