Giuseppe Leo
Giuseppe Leo
Proposed configuration returns Cypress not defined in a real use case. ```js const { defineConfig } = require('cypress') module.exports = defineConfig({ // setupNodeEvents can be defined in either // the...
### Summary Fixes #5990 Write E2E tests for cluster CRUD operations through cluster manager page. Note: This excludes registration and provisioning. ### Occurred changes and/or fixed issues - Added E2E...
**Detailed Description** Prevent multiple login for each test run. **Context** Our test currently include login for each test. Based on the [Cypress documentation](https://docs.cypress.io/guides/getting-started/testing-your-app#Bypassing-your-UI) we should omit by storing the cookie...
**Detailed Description** Write E2E tests for cluster CRUD operations through cluster manager page. **Context** As part of the cluster creation, we want to ensure some default behaviors such like displaying...
**Detailed Description** Allow to change the setting for user password length requirement from default of 12. **Context** The password length can be defined exclusively with env var `CATTLE_PASSWORD_MIN_LENGTH` in setup...
**Detailed Description** Compute and display in a dashboard the merged coverage values and analysis for both Jest and Cypress tests. **Context** Several operations are required: - Cleanup coverage report from...
**Setup** - Rancher version: 2.6.7 - Browser type & version: Chrome **Describe the bug** In some cases bulk deletion of clusters returns error missing object with reference to the mutation....
**Detailed Description** From the issue https://github.com/rancher/dashboard/pull/6284: Identify PO for E2E tests. **Context** - Cluster page PO - includes selecting clusters and rke toggle - Cluster create page POs for the...
**Detailed Description** Based on the provided [official documentation](https://rancher.com/docs/rancher/v2.6/en/installation/other-installation-methods/single-node-docker/single-node-upgrades/), create script with all the mentioned steps. **Context** As it is not possible to update Rancher within the instance, several steps are...
### Summary Fixes #6789 ### Occurred changes and/or fixed issues ### Technical notes summary - Corrected protocol type in `scripts/e2e`. ### Areas or cases that should be tested ### Areas...