Skip to content

Test naming rules

Latest
Compare
Choose a tag to compare
@DarthRumata DarthRumata released this 29 Aug 21:32
· 4 commits to master since this release

Now you can add Property "TestNameRules" to Info.plist as Dictionary and specify following rules:

  • StripTestPrefix - removes first 4 symbols which always contain "test" word
  • WhiteSpaceOnCamelCase - inserts whitespace between words recognizing by CamelCase
  • WhiteSpaceOnUnderscore - replaces all underscare with whitespaces