Added a table to display all test results

This commit is contained in:
Henry Whitaker
2020-04-13 01:11:54 +01:00
parent 5e60eb897f
commit 1c72221df9
9 changed files with 346 additions and 19 deletions

4
public/css/main.css vendored
View File

@@ -47,3 +47,7 @@
.Toastify__toast--success {
background: #28922b !important;
}
.mouse {
cursor: pointer;
}