Skip to content

Commit

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

- Added comprehensive end-to-end tests for the 'generate' command, ensuring proper validation of the 'PROJECT' file after project initialization and regeneration.
- Verified correct handling of multigroup layouts, Grafana, and DeployImage plugins.
- Refactored test structure to align with established patterns from other tests, improving maintainability and consistency.
- Increased test coverage to support future growth and cover more scenarios.
  • Loading branch information
camilamacedo86 committed Sep 23, 2024
1 parent 9f80d59 commit fc50f2f
Show file tree
Hide file tree
Showing 3 changed files with 297 additions and 271 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 fc50f2f

Please sign in to comment.