我正在使用Cocoapods和KIF在Xcode服务器上运行Continuous Integration.我已经成功地为一个项目设置了这个,以报告每个提交.我现在正在使用第二个项目并得到错误:
Bot Issue: warning. Build Service Error.
Issue: archive at path '/Library/Developer/XcodeServer/Integrations/Integration-81d42936b22a04037fd4aebed1074e5e/Archive.xcarchive' is malformed.
Integration Number: 1.
Description: archive at path '/Library/Developer/XcodeServer/Integrations/Integration-81d42936b22a04037fd4aebed1074e5e/Archive.xcarchive' is malformed.
Run Code Online (Sandbox Code Playgroud)
使用Xcode在Xcode服务器上运行时测试通过.我尝试通过Xcode下载配置文件等,但这没有帮助.我删除了Bot并创建了一个新的但是也没有帮助.
欢迎任何帮助
我有一个属性disabled ='disabled'.我怎么能等待,直到元素完全停止具有该属性,不能在'启用'上更改,但根本不再具有该属性.
我正在检查属性值,如下所示:
el.getAttribute('disabled').then(function (atr) {
expect(atr).toMatch('disabled');
});
Run Code Online (Sandbox Code Playgroud)
现在我需要等待一个条件,当这个属性消失,但没有找到任何合适的解决方案.