Skip to content

Commit

Permalink
ci: update tests/README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 23, 2025
1 parent 2062f21 commit 8d82119
Showing 1 changed file with 127 additions and 127 deletions.
254 changes: 127 additions & 127 deletions tests/README.md
Original file line number Diff line number Diff line change
@@ -1,130 +1,3 @@
# Tests description for cypress/latest/e2e/unit_tests

## `advanced_filtering.spec.ts`

- **Describe:** Advanced filtering testing
- **It:** Create fake machine inventories
- **It:** Two machine inventories should appear by filtering on test-filter
- **It:** One machine inventory should appear by filtering on test-filter-one
- **It:** No machine inventory should appear by filtering on test-bad-filter
- **It:** Delete all fake machine inventories

## `deploy_app.spec.ts`

- **Describe:** Deploy application in fresh Elemental Cluster
- **It:** Deploy Alerting Drivers application
- **It:** Remove Alerting Drivers application

## `elemental_operator.spec.ts`

- **Describe:** Install Elemental Operator
- **It:** Configure from which git repo charts are pulled from
- **It:** Add local chartmuseum repo
- **It:** Install latest dev Elemental operator
- **It:** Install latest stable Elemental operator

## `elemental_plugin.spec.ts`

- **Describe:** Install Elemental plugin
- **It:** Add elemental-ui repo
- **It:** Add rancher-ui-plugin-charts repo
- **It:** Enable extension support
- **It:** Install Elemental plugin
- **It:** Add additional channel

## `first_connection.spec.ts`

- **Describe:** First login on Rancher
- **It:** Log in and accept terms and conditions
- **It:** Enable Helm Chart Prerelease versions

## `machine_inventory.spec.ts`

- **Describe:** Machine inventory testing
- **It:** Check that machine inventory has been created
- **It:** Check we can see our embedded hardware labels
- **It:** Create Elemental cluster
- **It:** Check Elemental cluster status

## `machine_registration.spec.ts`

- **Describe:** Machine registration testing
- **It:** Create machine registration with default options
- **It:** Create machine registration with labels and annotations
- **It:** Delete machine registration
- **It:** Edit a machine registration with edit config button
- **It:** Edit a machine registration with edit YAML button
- **It:** Clone a machine registration
- **It:** Download Machine registration YAML
- **It:** Check machine registration label name size
- **It:** Check machine registration label value size
- **It:** Create Machine registration we will use to test adding a node
- **It:** Create Machine registration we will use to test adding a node

## `machine_selector.spec.ts`

- **Describe:** Machine selector testing
- **It:** Testing selector without any rule
- **It:** Testing selector with unmatching rule
- **It:** Testing selector with matching rule

## `menu.spec.ts`

- **Describe:** Menu testing
- **It:** Check Elemental logo
- **It:** Check Elemental menu

## `os_version.spec.ts`

- **Describe:** OS versions testing
- **It:** Check In Sync column status
- **It:** Out of sync OS version should appear deprecated

## `reset.spec.ts`

- **Describe:** Reset testing
- **It:** Enable reset in machine inventory
- **It:** Reset node by deleting the cluster
- **It:** Create Elemental cluster

## `seed_image.spec.ts`

- **Describe:** Seed images menu testing
- **It:** Download from seed images menu

## `upgrade-operator.spec.ts`

- **Describe:** Elemental operator upgrade tests
- **It:** Add elemental-operator dev repo
- **It:** Upgrade Elemental operator
- **It:** Check Elemental UI after upgrade

## `upgrade-ui-extension.spec.ts`

- **Describe:** UI extension upgrade tests
- **It:** Add elemental-ui dev repo
- **It:** Upgrade Elemental UI extension
- **It:** Check Elemental UI after upgrade

## `upgrade.spec.ts`

- **Describe:** Upgrade tests
- **It:** Delete stable channel for RKE2 upgrade
- **It:** Add dev channel for RKE2 upgrade
- **It:** Check OS Versions
- **It:** Upgrade one node different methods if rke2 or k3s
- **It:** Cannot create two upgrade groups targeting the same cluster
- **It:** Delete Upgrade Group
- **It:** Delete OS Versions Channels

## `user.spec.ts`

- **Describe:** User role testing
- **It:** Create standard user
- **It:** Create elemental user
- **It:** Elemental user should access the OS management menu
- **It:** Standard user should not access the OS management menu

# Tests description for e2e

## `airgap_test.go`
Expand Down Expand Up @@ -353,3 +226,130 @@
- **By:** Testing Grub Recovery entry on +h+ after upgrade
- **By:** Checking cluster state after upgrade

# Tests description for cypress/latest/e2e/unit_tests

## `advanced_filtering.spec.ts`

- **Describe:** Advanced filtering testing
- **It:** Create fake machine inventories
- **It:** Two machine inventories should appear by filtering on test-filter
- **It:** One machine inventory should appear by filtering on test-filter-one
- **It:** No machine inventory should appear by filtering on test-bad-filter
- **It:** Delete all fake machine inventories

## `deploy_app.spec.ts`

- **Describe:** Deploy application in fresh Elemental Cluster
- **It:** Deploy Alerting Drivers application
- **It:** Remove Alerting Drivers application

## `elemental_operator.spec.ts`

- **Describe:** Install Elemental Operator
- **It:** Configure from which git repo charts are pulled from
- **It:** Add local chartmuseum repo
- **It:** Install latest dev Elemental operator
- **It:** Install latest stable Elemental operator

## `elemental_plugin.spec.ts`

- **Describe:** Install Elemental plugin
- **It:** Add elemental-ui repo
- **It:** Add rancher-ui-plugin-charts repo
- **It:** Enable extension support
- **It:** Install Elemental plugin
- **It:** Add additional channel

## `first_connection.spec.ts`

- **Describe:** First login on Rancher
- **It:** Log in and accept terms and conditions
- **It:** Enable Helm Chart Prerelease versions

## `machine_inventory.spec.ts`

- **Describe:** Machine inventory testing
- **It:** Check that machine inventory has been created
- **It:** Check we can see our embedded hardware labels
- **It:** Create Elemental cluster
- **It:** Check Elemental cluster status

## `machine_registration.spec.ts`

- **Describe:** Machine registration testing
- **It:** Create machine registration with default options
- **It:** Create machine registration with labels and annotations
- **It:** Delete machine registration
- **It:** Edit a machine registration with edit config button
- **It:** Edit a machine registration with edit YAML button
- **It:** Clone a machine registration
- **It:** Download Machine registration YAML
- **It:** Check machine registration label name size
- **It:** Check machine registration label value size
- **It:** Create Machine registration we will use to test adding a node
- **It:** Create Machine registration we will use to test adding a node

## `machine_selector.spec.ts`

- **Describe:** Machine selector testing
- **It:** Testing selector without any rule
- **It:** Testing selector with unmatching rule
- **It:** Testing selector with matching rule

## `menu.spec.ts`

- **Describe:** Menu testing
- **It:** Check Elemental logo
- **It:** Check Elemental menu

## `os_version.spec.ts`

- **Describe:** OS versions testing
- **It:** Check In Sync column status
- **It:** Out of sync OS version should appear deprecated

## `reset.spec.ts`

- **Describe:** Reset testing
- **It:** Enable reset in machine inventory
- **It:** Reset node by deleting the cluster
- **It:** Create Elemental cluster

## `seed_image.spec.ts`

- **Describe:** Seed images menu testing
- **It:** Download from seed images menu

## `upgrade-operator.spec.ts`

- **Describe:** Elemental operator upgrade tests
- **It:** Add elemental-operator dev repo
- **It:** Upgrade Elemental operator
- **It:** Check Elemental UI after upgrade

## `upgrade-ui-extension.spec.ts`

- **Describe:** UI extension upgrade tests
- **It:** Add elemental-ui dev repo
- **It:** Upgrade Elemental UI extension
- **It:** Check Elemental UI after upgrade

## `upgrade.spec.ts`

- **Describe:** Upgrade tests
- **It:** Delete stable channel for RKE2 upgrade
- **It:** Add dev channel for RKE2 upgrade
- **It:** Check OS Versions
- **It:** Upgrade one node different methods if rke2 or k3s
- **It:** Cannot create two upgrade groups targeting the same cluster
- **It:** Delete Upgrade Group
- **It:** Delete OS Versions Channels

## `user.spec.ts`

- **Describe:** User role testing
- **It:** Create standard user
- **It:** Create elemental user
- **It:** Elemental user should access the OS management menu
- **It:** Standard user should not access the OS management menu

0 comments on commit 8d82119

Please sign in to comment.