Fitnesse - multiple tests but only the last test being executed
Posted
by simon_bellis
on Stack Overflow
See other posts from Stack Overflow
or by simon_bellis
Published on 2010-06-08T17:03:39Z
Indexed on
2010/06/09
5:42 UTC
Read the original article
Hit count: 287
I have a Fitnesse test that I want to run twice. Once in firefox and once in ie. The test is below. The problem I am having is that only the second test is being executed by fitnesse
!define COMMAND_PATTERN {%m %p}
!define TEST_RUNNER {dotnet2\FitServer.exe}
!****>Global Variables
!define testUrl {http://localhost:1516/Web.App/Login.aspx}
*****!
!define browserToUse (IE)
!include -c -seamless .FrontPage.LoginTests
!define browserToUse (FireFox)
!include -c -seamless .FrontPage.LoginTests
© Stack Overflow or respective owner