SimpleTest:: Can I just get a pass/fail not a html page
Moderator: General Moderators
- jaoudestudios
- DevNet Resident
- Posts: 1483
- Joined: Wed Jun 18, 2008 8:32 am
- Location: Surrey
SimpleTest:: Can I just get a pass/fail not a html page
I have a simple test working using SimpleTest, it returns a html page with the results, is there a way to get it to return only a true/false so I can use it in my own report?
Re: SimpleTest:: Can I just get a pass/fail not a html page
Try to find more information in Support page of Simple Test but I think you can't recieved such page with results as you want
Re: SimpleTest:: Can I just get a pass/fail not a html page
I'm sure SimpleTest allows extension to do your own reporting. I think they offer a commandline script too.
Re: SimpleTest:: Can I just get a pass/fail not a html page
Have you seen this?