MSBuild腳本是否可以將參數傳遞給Selenium測試運行器,然後由Selenium-IDE測試腳本使用它?我希望我可以做這樣的事情......將變量傳遞給Selenium-IDE腳本
java -jar selenium-server.jar -htmlSuite *firefox $(SeleniumTestBaseUrl) myTestSuite.html -myVariable $(environmentSpecificVar)
...,然後從我的硒IDE腳本中喜歡使用它...
waitForTextPresent The passed in variable is ${myVariable}
即使世界傳遞一個環境沒有問題(即SeleniumTestBaseUrl是什麼),但我無法將任何其他特定環境傳遞到我的Selenium-IDE腳本中。
謝謝!
我採用XmlPoke'ing相應的變量到腳本的格外討厭policiy,因爲沒有別的似乎工作。 – GoatInTheMachine 2011-04-26 11:00:04