Easier testing in 'run' mode
----------------------------

                 Key: FOR-1202
                 URL: https://issues.apache.org/jira/browse/FOR-1202
             Project: Forrest
          Issue Type: Test
          Components: Launch 'forrest run'
    Affects Versions: 0.8
            Reporter: Tim Williams
             Fix For: 0.10


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

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.