Skip to content

Commit

Permalink
cleanup/refactory: Implement and refactor e2e tests for 'alpha genera…
Browse files Browse the repository at this point in the history
…te' command

- Added comprehensive end-to-end tests for the 'generate' command.
- Ensured proper validation of the 'PROJECT' file after project initialization and regeneration.
- Verified correct handling of multigroup layouts, Grafana, and DeployImage plugins.
- Refactored the test structure to align with existing patterns used in other tests.
- Improved maintainability and test coverage to support future growth and more scenarios.
  • Loading branch information
camilamacedo86 committed Sep 22, 2024
1 parent 87a4801 commit c33ab72
Show file tree
Hide file tree
Showing 4 changed files with 196 additions and 272 deletions.
270 changes: 0 additions & 270 deletions test/e2e/alphagenerate/generate_test.go

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/

package alphagenerate
package generate

import (
"fmt"
Expand Down
Loading

0 comments on commit c33ab72

Please sign in to comment.