Don't allow comparison of differently configured suites
balins opened this issue · comments
Jakub Baliński commented
Before allowing comparison of two suites, we should check whether have at least:
- the same scenario module
- the same delay
- the same duration
The simplest way to achieve this would be to save this information in name of the file we generate when serializing a suite. When loading previous suite, we would check if a file with such name already exists.