我得到上述错误时,上传构建测试仙女使用Android插件。他们说的是什么项目URL?
测试仙女输出:
TestFairy project URL not found in build output
Done我按照这个链接中的说明添加了插件:Studio.html
这增加了自动生成的代码到我的gradle文件后,我的测试仙女API键。我知道这是正确的,因为我可以上传到上周的构建。
下面是自动生成的代码位:
//TestFairy start - autogenerated by TestFairy intellij plugin
//manual changes might get overwritten
buildscript {
repositories {
mavenCentral()
maven { url 'https://www.testfairy.com/maven' }
}
dependencies {
classpath 'com.testfairy.plugins.gradle:testfairy:1.+'
}
}
apply plugin: 'testfairy'
android {
testfairyConfig {
apiKey 'myAPIkey'
}
}
//TestFairy end有什么建议吗?
发布于 2015-08-04 04:07:52
我看了文件,是的,你正按它说的做,做得很好。我没有解决方案,但是您可以尝试向测试仙女团队提出这个问题,这里是:https://github.com/testfairy/testfairy-android-studio-plugin/issues
https://stackoverflow.com/questions/31800202
复制相似问题