BarredEwe / Prefire

🔥 A library based on SwiftUI Preview, for easy generation: Playbook view, Snapshot and Accessibility tests
Apache License 2.0
251 stars 16 forks source link

Xcode Cloud & Prefire #62

Open ynnckcmprnl opened 3 weeks ago

ynnckcmprnl commented 3 weeks ago

I've got Prefire up & running in a package on my own machine. I'm trying to get the tests running on Xcode Cloud but it seems like the snapshots tests aren't run. The plain XCTest included in the package tests is being run though.

I have added a ci_post_clone.sh script which resolved the "PrefireTestsPlugin" is disabled error I initially had. So again, it all seems set up correctly.

Before I dig deeper & post more info, can anyone confirm it has actually worked on Xcode Cloud?

BarredEwe commented 2 weeks ago

Hi, I haven't tried using Prefire with Xcode Cloud. Will try it soon and see how it works.

ynnckcmprnl commented 6 days ago

Hi, I haven't tried using Prefire with Xcode Cloud. Will try it soon and see how it works.

Any news yet?