Skip to content

Commit 0b19a73

Browse files
cleanup/refactory: Implement and refactor e2e tests for 'alpha generate' 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.
1 parent 983a929 commit 0b19a73

File tree

4 files changed

+189
-272
lines changed

4 files changed

+189
-272
lines changed

test/e2e/alphagenerate/generate_test.go

Lines changed: 0 additions & 270 deletions
This file was deleted.

test/e2e/alphagenerate/e2e_suite_test.go renamed to test/e2e/generate/e2e_suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
1616

17-
package alphagenerate
17+
package generate
1818

1919
import (
2020
"fmt"

0 commit comments

Comments
 (0)