Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试验证是否可以在 XCTest UI 测试中获得背景颜色,我希望将背景颜色与设置值进行比较,这样我就不必依赖图像比较
XCTest 用于功能测试,而不是断言视觉需求。
要测试背景颜色等要求,请使用单元测试来初始化有问题的视图控制器并在那里检查视图的背景颜色。您不需要依赖图像比较,并且单元测试要快得多。