-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for installing StagehandTesting via Swift Package Manager #2
Comments
Supporting SPM for StagehandTesting is blocked by uber/ios-snapshot-test-case#91, since StagehandTesting has a dependency on iOSSnapshotTestCase. We could potentially add support for only Stagehand now, and follow up with StagehandTesting once that dependency is available. |
It looks like SPM will support publishing multiple libraries in the same package. One extra piece of complexity here is that StagehandTesting needs to be able to |
This resolves part of #2, since it only supports Stagehand and not StagehandTesting.
This resolves part of #2, since it only supports Stagehand and not StagehandTesting.
* Adds support for installing Stagehand via Swift Package Manager * Adds scripts for running builds on CI * Updates directory structure to recommended SPM structure * Updates installation instructions in README This resolves part of #2, since it only supports Stagehand and not StagehandTesting.
This has been partially resolved by #15, and Stagehand can now be installed via SPM. This ticket is still open to track the remaining work to make StagehandTesting work as well. |
This will be a bit easier after landing #54, since SnapshotTesting already supports SPM. |
I have a branch that I think should resolve this. I'm trying to test it, but my sample SPM project keeps crashing Xcode. 😞 |
No description provided.
The text was updated successfully, but these errors were encountered: