Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Cyprss] Add cypress dockerfile #893

Merged
merged 8 commits into from
Jul 19, 2023
Merged

[Cyprss] Add cypress dockerfile #893

merged 8 commits into from
Jul 19, 2023

Conversation

n313893254
Copy link
Contributor

@n313893254 n313893254 commented Jul 13, 2023

  • Fix test case failed
  • Add docker image

Comment on lines +19 to +26
it.skip('change UI source type to Bundled, Check whether the configuration takes effect', () => {
const address = `${Cypress.env('baseUrl')}/dashboard/_nuxt/**`;
settings.clickMenu('ui-source', 'Edit Setting', 'ui-source')
settings.checkUiSource('Bundled', address);
});


it('change UI source type to external, Check whether the configuration takes effect', () => {
it.skip('change UI source type to external, Check whether the configuration takes effect', () => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do they need to skip, can't they run successfully ?

@@ -43,8 +43,7 @@ describe('login page for harvester', () => {
/**
* https://harvester.github.io/tests/manual/authentication/1409-change-password/
*/

describe('Change user password', () => {
describe.skip('Change user password', () => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this test case not work?

@@ -97,7 +97,8 @@ describe("automatic assignment to different nodes when creating multiple vm's",
});
})

describe('VM clone Validation', () => {
// TODO: Create volume require storage class
describe.skip('VM clone Validation', () => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this test case not work?

@WuJun2016
Copy link
Contributor

will fix the skipped case in the next pr. will merge the changed PR first.

@WuJun2016 WuJun2016 merged commit 4561728 into harvester:main Jul 19, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants