playbook-ui / playbook-ios

📘A library for isolated developing UI components and automatically taking snapshots of them.
https://playbook-ui.github.io/playbook-ios/documentation/playbooksnapshot/
Apache License 2.0
1.18k stars 55 forks source link

feat: Get rid of the dependency on XCTest #46

Closed ra1028 closed 3 years ago

ra1028 commented 3 years ago

Checklist

Description

Get rid of the dependency on XCTest from PlaybookSnapshot.

Motivation and Context

In build systems other than Xcode such as Bazel, output from tests cannot be treated as build artifacts, but output on the app may be able to. Even if it's not, eliminating dependence on XCTest will open up possibilities.