-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
As a publisher, I want to be able to use environment as a product pricing unit so that my customers will pay for each environment where my application is installed
Feature: Price per Environment
As a publisher, I want to be able to use environment as a product pricing unit so that my customers will pay for each environment where my application is installed
Background:
Given a publisher product unit equal to environment
Scenario: Product installed into first environment
When user installs a product into first environment
Then product quantity will be defined as 1
And product quantity will not be editable from API
Scenario: Product installed into second environment
Given product installed on a first environment
When user installs a product into second environment
Then product subscription quantity updated to 2
And product quantity will not be editable from API
Scenario: Product uninstalled from first environment
Given product installed on a first environment
And product installed on a second environment
When user uninstalls a product from first environment
Then product subscription quantity updated to 1
And product quantity will not be editable from APIAB#7765
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request