1. 有什麼比較好的方法來設定中斷點嗎?目前我使用 controller.window.dump() 來輸出 Debug 訊息,但是可以的話是希望 runtest 的過程中就可以設中斷點,並且有類似 web console 的介面來取得變數資訊。
2. 使用 mozmill-automation 沒辦法完整跑完 functional 測試,
NOTE: child process received `Goodbye', closing down
INFO Passed: 189
INFO Failed: 24
INFO Skipped: 9
而且 logfile 裡的 failure 很多。這樣很不容易判斷修改 code 以後,測試結果是對是錯。目前我是使用 mozmill-tests default branch 與 mozmill 1.5.21。測試 Mozilla Firefox Nightly Build (Firefox 24.0a1)
_______________________________________________
dev-general-zh mailing list
dev-gen...@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-general-zh
可以用 try server 他還會標記 哪些是可容許之錯誤
> _______________________________________________
> dev-general-zh mailing list
> dev-gen...@lists.mozilla.org
> https://lists.mozilla.org/listinfo/dev-general-zh
--
Thomasy