在调试serenity-js项目时,是否必须在intellij或Visual studio代码中进行任何特定的设置
发布于 2017-06-15 04:59:49
如果您正在使用Serenity/JS和Protractor,您可以使用similar techniques调试您的测试场景,就像使用常规的Protractor脚本一样。如果您使用的是IntelliJ,那么您可能还需要考虑使用"Protractor run configuration"。
如果你直接在Mocha中使用Serenity/JS,你可以在IntelliJ中使用"Mocha run configuration"。
希望helps!
1月
https://stackoverflow.com/questions/43910357
复制相似问题