Skip to content

snapshot-testing/swift-snapshot-testing

Swift Compatibility Platform Compatibility codecov

SnapshotTesting

WIP 🚧

Check out our comprehensive documentation to get all the necessary information to start using XCSnapshotTesting in your project.

WIP...

Installation

SnapshotTesting can be installed using Swift Package Manager. To include it in your project, add the following dependency to your Package.swift file:

dependencies: [
    .package(url: "https://github.com/snapshot-testing/swift-snapshot-testing", from: "1.0.0")
]

Usage

WIP 🚧

Versioning

We follow semantic versioning for this project. The version number is composed of three parts: MAJOR.MINOR.PATCH.

  • MAJOR version: Increments when there are incompatible changes and breaking changes. These changes may require updates to existing code and could potentially break backward compatibility.

  • MINOR version: Increments when new features or enhancements are added in a backward-compatible manner. It may include improvements, additions, or modifications to existing functionality.

  • The PATCH version includes bug fixes, patches, and safe modifications that address issues, bugs, or vulnerabilities without disrupting existing functionality. It may also include new features, but they must be implemented carefully to avoid breaking changes or compatibility issues.

It is recommended to review the release notes for each version to understand the specific changes and updates made in that particular release.

Contributing

If you find a bug or have an idea for a new feature, please open an issue or submit a pull request. We welcome contributions from the community!

About

[Swift Testing] 📸 Test less. Snap once. Stay pixel-perfect everywhere. 🖼️✨

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Languages