Tyler-Keith-Thompson / CucumberSwift

A lightweight swift Cucumber implementation
https://tyler-keith-thompson.github.io/CucumberSwift/documentation/cucumberswift/
MIT License
74 stars 19 forks source link

fix: resolve tests running twice #101

Closed ianhlavats closed 1 month ago

ianhlavats commented 2 months ago

PR for #88.

This pull request primarily focuses on improving the execution of the test suite in the CucumberSwift project. The changes ensure that the default test suite is created only once and that tests are invoked only if they haven't run before. Additionally, a new test case has been added to verify this behavior.

Changes made: