zebrunner / reporting

Zebrunner Reporting Tool
https://zebrunner.com/documentation
Apache License 2.0
209 stars 43 forks source link

backup/restore for rabbitmq 001 definition file should be updated #2313

Closed vdelendik closed 3 years ago

vdelendik commented 3 years ago

rabbitmq is to sensitive and read all shared definitions files including *.bak files. inside backup we could store previous setup with a different credentials so bak file for 001 definition should be place near the .original

vdelendik commented 3 years ago

done. during the testing please

  1. setup CE using develop branch
  2. run api and web jobs
  3. do a backup ./zebrunner.sh backup ->configuration/rabbitmq/001-general-definition.json.bak should be generated in rabbitmq folder!
  4. run one more api and web jobs
  5. do restore ./zebrunner.sh restore -> only initial 2 jobs present in reporting -> logs are available for all tests
ghost commented 3 years ago

Verified on develop branch, fixed.