aws-samples / pcluster-manager

Manage AWS ParallelCluster through an easy to use web interface
https://pcluster.cloud
Apache License 2.0
65 stars 27 forks source link

Add first e2e test #403

Closed tmscarla closed 1 year ago

tmscarla commented 1 year ago

Description

Following https://github.com/aws-samples/pcluster-manager/pull/387 and https://github.com/aws-samples/pcluster-manager/pull/398, this PR introduces the first e2e test in ParallelCluster Manager. The test performs the following steps:

  1. Log into the portal using e2e test account
  2. Click on Create Cluster button
  3. Navigate through the wizard leaving all default options (selecting first VPC only)
  4. Perform a dry-run and check that it doesn't fail

Future improvements:

Changelog entry

How Has This Been Tested?

References

PR Quality Checklist

In order to increase the likelihood of your contribution being accepted, please make sure you have read both the Contributing Guidelines and the Project Guidelines

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.