Featuris comes with in-built integrations for acceptance tests.
Currently supported platforms:
When starting Featuris, register a new environment variable named PIVOTAL_TRACKER_API_KEY
containing the API Key.
You will now be able to specify feature toggles of acceptance
types:
acceptance_feature:
development: true
production:
type: acceptance
source: pivotal
state: delivered
values: # Array<Story>
- projectId: 1234567
storyId: 123456789
- projectId: 7654321
storyId: 987654321