Skip to content

First release: 1.0.0

Latest
Compare
Choose a tag to compare
@WezSieTato WezSieTato released this 07 Feb 14:55
· 12 commits to master since this release
5fae007

🎉 I'm excited to announce the first stable release of DataDrivenTesting, a Swift package that provides data-driven testing functionality for your project. 🎉

With this release, developers can now easily test their code using multiple sets of data and get more readable test results in Xcode's Report Navigator.

Features in this release include:

  • Ability to run data-driven tests using dataTests method
  • Option to change the default activity name
  • Possibility to add attachments to the test case using XCTActivity
  • Compatible with Swift 5.4+ and Xcode 9.0+

I hope that this package will simplify the testing process and make it easier for developers to catch bugs and edge cases. We encourage users to try it out and let us know what they think.