我試圖對具有多個瀏覽器(Chrome,Firefox,InternetExplorer等)的網絡應用程序進行相同的集成測試。 ScalaTest plus Play有這些特性AllBrowsersPerTest和AllBrowsersPerSuite。有沒有人寫過類似的東西,但沒有綁定到Web框架? (我正在測試的網絡應用程序基於Wicket,而不是Play)。
如果我點擊一個包,並做控制移-F10,它失敗與此錯誤: Error running ScalaTests in 'tests': Not found suite class.
當打開測試配置我見在「測試包」是 src.main.scala.com.myproject.pro.integration.tests 當我改變它爲: com.myproject.pro.integration.test
我有一個在Microsoft Visual Studio Team Services中設置的持續集成服務器。我能夠構建我的代碼並通過scalatest運行我的測試。 但是,我無法弄清楚如何以JUnit格式輸出結果。我看到許多使用SBT的人的結果,但沒有人使用Maven。 在配置下,'junitxml'標籤應該生成正確的文件嗎?這意味着這是微軟的問題。 我scalatest插件目前的樣子: <pl