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
Other
menu 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 -DskipTests
to build and deploy the website (this will ensure that the selenium tests work as expected) - Run
mvn test -Dtest=LogTransactionTest
andmvn test -Dtest=TransactionWithRoleBeanTest
to run the unit tests - Run
mvn test -Dtest=ViewTransactionLogsTest
to run the selenium tests