在构建输出中找不到 TestFairy 项目 URL
TestFairy project URL not found in build output
我在使用 Android Studio 插件上传构建以测试 fairy 时遇到上述错误。他们在谈论什么项目 URL?
testfairy 输出:
TestFairy project URL not found in build output
Done
我按照 link 中的说明添加了插件:
http://docs.testfairy.com/Android/Uploading_with_Android_Studio.html
这在获取我的 testfairy API 密钥后将自动生成的代码添加到我的 gradle 文件中。我知道这是正确的,因为我可以在上周之前上传构建。
这是自动生成的代码位:
//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
有什么建议吗?
我阅读了文档,是的,你按照它说的做了,切中要害。我没有解决方案,但您可以尝试在此处向 testfairy 团队提出问题:https://github.com/testfairy/testfairy-android-studio-plugin/issues
我在使用 Android Studio 插件上传构建以测试 fairy 时遇到上述错误。他们在谈论什么项目 URL?
testfairy 输出:
TestFairy project URL not found in build output
Done
我按照 link 中的说明添加了插件: http://docs.testfairy.com/Android/Uploading_with_Android_Studio.html
这在获取我的 testfairy API 密钥后将自动生成的代码添加到我的 gradle 文件中。我知道这是正确的,因为我可以在上周之前上传构建。
这是自动生成的代码位:
//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
有什么建议吗?
我阅读了文档,是的,你按照它说的做了,切中要害。我没有解决方案,但您可以尝试在此处向 testfairy 团队提出问题:https://github.com/testfairy/testfairy-android-studio-plugin/issues