test: tests for checking links from rendered templetes

!33 #15
This commit is contained in:
2024-06-20 01:54:12 +09:30
parent 58b134ae30
commit 6d3984f6e1
5 changed files with 272 additions and 4 deletions

View File

@ -8,6 +8,8 @@ about: https://gitlab.com/nofusscomputing/infrastructure/configuration-managemen
Unit tests are written to aid in application stability and to assist in preventing regression bugs. As part of development the developer working on a Merge/Pull request is to ensure that tests are written. Failing to do so will more likely than not ensure that your Merge/Pull request is not merged.
User Interface (UI) test are written to test the user interface to ensure that it functions as it should. Changes to the UI will need to be tested.
## Writing Tests