gpt4 book ai didi

iphone - 使用 Telerik TestStudio 和 Jenkins 的连续 iPhone 集成测试服务器

转载 作者:行者123 更新时间:2023-11-28 21:32:53 26 4
gpt4 key购买 nike

我目前正在编写一个 iPhone 应用程序并将我的源代码托管在 BitBucket git 存储库中。我想在我办公室的备用 mac mini 上设置一个持续集成系统。我还使用 Telerik 的 TestStudio 来运行一些自动化测试(我已经创建了一个专用目标来生成 QA 版本,我的 iPhone 或模拟器上的 TestStudio 应用程序可以看到它)。

准确地说,我想自动化的过程是:

1) download provisioning profile and certificate 
2) download source code
3) build the iPhone app using the TestStudio QA profile
4) running the simulator
5) start the TestStudio app
6) run the testStudio test
7) collect somehow the results
8) [this is just a bonus] inform me if there was an error in any of the test

我曾考虑将 Jenkings 与 TestStudio 一起使用,但我确实需要一些控制台技巧来执行我提到的更多操作。

我们非常欢迎任何建议。

谢谢克劳迪奥

最佳答案

这是我做的:

  1. 在 Jenkins 中,安装 Xcode 插件

  2. 安装 git 和 github 插件

  3. 创建一个新的 Jenkins 作业

a) 添加 git URL(您可能需要设置 github 部署 key )

b) 添加 Xcode 构建步骤 - 勾选“Clean before Build”和“Build IPA”

更高级:您可能想要添加一个 Github Post Receive 钩子(Hook)来通知 Jenkins 有推送到 github,以便它触发构建。

关于iphone - 使用 Telerik TestStudio 和 Jenkins 的连续 iPhone 集成测试服务器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13074055/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com