-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: change default test website (#5920)
- Loading branch information
1 parent
e5e3df8
commit e35bb69
Showing
36 changed files
with
543 additions
and
508 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
describe('The Home Page', () => { | ||
it('successfully loads', () => { | ||
cy.visit('https://testkube.kubeshop.io'); | ||
describe("The Home Page", () => { | ||
it("successfully loads", () => { | ||
cy.visit("https://testkube-test-page-lipsum.pages.dev/"); | ||
|
||
cy.contains( | ||
'Testkube provides a Kubernetes-native framework for test definition, execution and results' | ||
); | ||
cy.contains("Testkube"); | ||
}); | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
config: | ||
target: "https://testkube.kubeshop.io/" | ||
target: "https://testkube-test-page-lipsum.pages.dev/" | ||
phases: | ||
- duration: 1 | ||
arrivalRate: 1 | ||
- duration: 1 | ||
arrivalRate: 1 | ||
scenarios: | ||
- flow: | ||
- get: | ||
url: "/" | ||
- think: 0.1 | ||
- flow: | ||
- get: | ||
url: "/" | ||
- think: 0.1 |
Oops, something went wrong.