feat(test): Integration test for create issue with recover option

  • Please check this box if this contribution uses AI-generated content (including content generated by GitLab Duo features) as outlined in the GitLab DCO & CLA. As a benefit of being a GitLab Community Contributor, you can request access to GitLab Duo.

Description

  • feat(test): Added new integration test for create issue command with recover options

This update introduces an integration test to ensure that the create issue command when run with --recover option uses recovery file to create issue.

Related Issues

Resolves #1135 (closed)

How has this been tested?

Scenario 1: Force a failure when create issue command is run and ensure that recovery file gets created.

Scenario 2: Revert to original state and ensure that create issue command uses recovery file to create the issue.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)
  • Test gap

Closes #1135 (closed)

Edited by Sailesh Swaminathan

Merge request reports

Loading