I'm trying to use DRT for running acceptance tests.
Because it's an acceptance test I need to change the location to open the page under test. But of course, after I've done it my test script is gone.
I tried to use iFrames as a workaround, but Dart doesn't provide any means of getting the content of an iFrame. Which means that it's possible to load the page under test into an iframe, but it's impossible to get its html.
Dart リポジトリのすべての DRT テストを確認しました: http://code.google.com/p/dart/source/browse/#svn%2Fbranches%2Fbleeding_edge%2Fdart%2Ftests%2Fhtml
しかし、それらのどれも場所を変更していないようです。
受け入れテストの実行に DRT を使用することはできますか? 私が思いつかなかった回避策はありますか?