-
Notifications
You must be signed in to change notification settings - Fork 0
Profile screen accessibility snapshot #2
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
Conversation
We will use that for CI
Xcode failed when running tests. Check the workflow logs and artifacts. |
c440250
to
1ae2645
Compare
1ae2645
to
6c38235
Compare
Forgot to check if the app actually builds. Turned out I was linking the app target to the testing frameworks. Fixed in c994a7d. |
Turns out I didn't need to link SnapshotTesting. When adding AccessibilitySnapshot I just had to select the correct target. |
import SnapshotTesting | ||
import XCTest | ||
|
||
class AccessibilitySnapshotTests : XCTestCase { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
class AccessibilitySnapshotTests : XCTestCase { | |
class AccessibilitySnapshotTests: XCTestCase { |
FORCE_BUNDLING=1
toios/.xcode.env.local
and a customUSE_LOCAL_BUNDLE