Details
-
Test
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.8
-
None
Description
We need an automated way to test forrest in run mode. I think a nice simple start would be to simply do an http request and assert HTTP.StatusCode == 200. I think this doesn't need to be hard a couple options:
1) Use HttpClient to retrieve abs-menulinks and attempt to visit anyone with some configured domain (e.g. localhost).
2) Use a crawler to do something similar.
3) ?
it could get more sophisticated later, a simple 200(Ok) is a good start I think.
--tim
1) Use HttpClient to retrieve abs-menulinks and attempt to visit anyone with some configured domain (e.g. localhost).
2) Use a crawler to do something similar.
3) ?
it could get more sophisticated later, a simple 200(Ok) is a good start I think.
--tim