从 Ant 运行 AsUnit 运行程序
如何从 Ant 运行 AsUnit 测试运行程序?
我使用的是 Mac 操作系统,所以我使用:
open -a "flash player" tests.swf
How can I make this cross platform?
How can you run AsUnit test runner from Ant?
I'm on the Mac OS so I use:
open -a "flash player" tests.swf
How can I make this cross platform?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个将测试编译成 swf 并运行它们的目标。使用 exec 任务运行测试。此版本使用 Mac OS 中的open 命令。
对于 Windows,我只能考虑使用设置为 Flash 播放器 exe 完整路径的属性,并使用它来运行测试。
这是属性:
Here's a target that will compile the tests into a swf and run them. The tests are run using the exec task. This version uses the open command from the Mac OS.
For Windows I can only think of using a property set to the complete path to the Flash player exe and using that to run the tests.
Here's the properties: