Skip to content

In the createTests method handle existing tests #3

@nitish24p

Description

@nitish24p

According to me this is a little bit tricky

Consider case below

Day1

{
  name: 'Red Button',
  duration: 15,
  percentage: 80
}, {
  name: 'Green Dropdown',
  duration: 10,
  percentage: 5
}

This is your config

You make a fresh deployment after 5 days, the above config should be

{
  name: 'Red Button',
  duration: 10,
  percentage: 80
}, {
  name: 'Green Dropdown',
  duration: 5,
  percentage: 5
}

Also if i manually change the config to just

{
  name: 'Red Button',
  duration: 10,
  percentage: 80
}

The green dropdown test should get cleared, and all the data associated with it. Implementation of this is up for discussion

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions