test: upgraded cypress to 13.13.0 (#34861)
Upgraded cypress from 13.5.1 to 13.13.0 EE PR: https://github.com/appsmithorg/appsmith-ee/pull/4676 /ok-to-test tags="@tag.All" <!-- This is an auto-generated comment: Cypress test results --> > [!TIP] > 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉 > Workflow run: <https://github.com/appsmithorg/appsmith/actions/runs/9935965252> > Commit: 9577297de122be1ae7810f9387ae8c79c95c42a4 > <a href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=9935965252&attempt=1" target="_blank">Cypress dashboard</a>. > Tags: `@tag.All` > Spec: > <hr>Mon, 15 Jul 2024 09:10:06 UTC <!-- end of auto-generated comment: Cypress test results --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Enhanced stability for test assertions with a default timeout in the Sidebar component. - **Chores** - Upgraded Cypress to version 13.13.0 for improved testing performance and new features. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
parent
d858eee763
commit
3ba2f2551d
|
|
@ -1,7 +1,7 @@
|
|||
#ARG CHROME_VERSION="126.0.6478.114-1"
|
||||
ARG YARN_VERSION='1.22.22'
|
||||
ARG NODE_VERSION='20.11.1'
|
||||
ARG CYPRESS_VERSION='13.5.1'
|
||||
ARG CYPRESS_VERSION='13.13.0'
|
||||
FROM cypress/factory:4.0.2
|
||||
|
||||
# Install chromium in this way since there is no browsers in the docker container for the arm64 architecture
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ export class Sidebar {
|
|||
);
|
||||
}
|
||||
|
||||
assertVisible(timeout?: number) {
|
||||
assertVisible(timeout: number = 4000) {
|
||||
cy.get(this.locators.sidebar, { timeout }).should("be.visible");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -315,7 +315,7 @@
|
|||
"compression-webpack-plugin": "^10.0.0",
|
||||
"cra-bundle-analyzer": "^0.1.0",
|
||||
"cy-verify-downloads": "^0.0.5",
|
||||
"cypress": "13.5.1",
|
||||
"cypress": "13.13.0",
|
||||
"cypress-file-upload": "^4.1.1",
|
||||
"cypress-image-snapshot": "^4.0.1",
|
||||
"cypress-mochawesome-reporter": "^3.5.1",
|
||||
|
|
|
|||
|
|
@ -11080,7 +11080,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/node@npm:^18.0.0, @types/node@npm:^18.17.5":
|
||||
"@types/node@npm:^18.0.0":
|
||||
version: 18.19.15
|
||||
resolution: "@types/node@npm:18.19.15"
|
||||
dependencies:
|
||||
|
|
@ -13217,7 +13217,7 @@ __metadata:
|
|||
craco-babel-loader: ^1.0.4
|
||||
cssnano: ^6.0.1
|
||||
cy-verify-downloads: ^0.0.5
|
||||
cypress: 13.5.1
|
||||
cypress: 13.13.0
|
||||
cypress-file-upload: ^4.1.1
|
||||
cypress-image-snapshot: ^4.0.1
|
||||
cypress-log-to-output: ^1.1.2
|
||||
|
|
@ -14828,7 +14828,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"buffer@npm:^5.5.0, buffer@npm:^5.6.0":
|
||||
"buffer@npm:^5.5.0, buffer@npm:^5.7.1":
|
||||
version: 5.7.1
|
||||
resolution: "buffer@npm:5.7.1"
|
||||
dependencies:
|
||||
|
|
@ -15277,7 +15277,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"ci-info@npm:^3.1.1, ci-info@npm:^3.2.0":
|
||||
"ci-info@npm:^3.2.0":
|
||||
version: 3.3.2
|
||||
resolution: "ci-info@npm:3.3.2"
|
||||
checksum: fd81f1edd2d3b0f6cb077b2e84365136d87b9db8c055928c1ad69da8a76c2c2f19cba8ea51b90238302157ca927f91f92b653e933f2398dde4867500f08d6e62
|
||||
|
|
@ -16814,19 +16814,18 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"cypress@npm:13.5.1":
|
||||
version: 13.5.1
|
||||
resolution: "cypress@npm:13.5.1"
|
||||
"cypress@npm:13.13.0":
|
||||
version: 13.13.0
|
||||
resolution: "cypress@npm:13.13.0"
|
||||
dependencies:
|
||||
"@cypress/request": ^3.0.0
|
||||
"@cypress/xvfb": ^1.2.4
|
||||
"@types/node": ^18.17.5
|
||||
"@types/sinonjs__fake-timers": 8.1.1
|
||||
"@types/sizzle": ^2.3.2
|
||||
arch: ^2.2.0
|
||||
blob-util: ^2.0.2
|
||||
bluebird: ^3.7.2
|
||||
buffer: ^5.6.0
|
||||
buffer: ^5.7.1
|
||||
cachedir: ^2.3.0
|
||||
chalk: ^4.1.0
|
||||
check-more-types: ^2.24.0
|
||||
|
|
@ -16844,7 +16843,7 @@ __metadata:
|
|||
figures: ^3.2.0
|
||||
fs-extra: ^9.1.0
|
||||
getos: ^3.2.1
|
||||
is-ci: ^3.0.0
|
||||
is-ci: ^3.0.1
|
||||
is-installed-globally: ~0.4.0
|
||||
lazy-ass: ^1.6.0
|
||||
listr2: ^3.8.3
|
||||
|
|
@ -16858,12 +16857,12 @@ __metadata:
|
|||
request-progress: ^3.0.0
|
||||
semver: ^7.5.3
|
||||
supports-color: ^8.1.1
|
||||
tmp: ~0.2.1
|
||||
tmp: ~0.2.3
|
||||
untildify: ^4.0.0
|
||||
yauzl: ^2.10.0
|
||||
bin:
|
||||
cypress: bin/cypress
|
||||
checksum: 9fdf97f6eaee747f5fa290e16d9164ea4926c65c6af7cc21d4ed6c442d8d98533ceff7dafe4e7b6917899bda03505abfb5042f18acda2c66811b0733393bbba3
|
||||
checksum: 61251459daec04993d7b180d0073776d3e6d9e882e7152612b393e7834274a619cf0735fd118897aada1fb828d507966fc65ff973f596984fcd30374a07996c7
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
|
@ -21695,14 +21694,14 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"is-ci@npm:^3.0.0":
|
||||
version: 3.0.0
|
||||
resolution: "is-ci@npm:3.0.0"
|
||||
"is-ci@npm:^3.0.1":
|
||||
version: 3.0.1
|
||||
resolution: "is-ci@npm:3.0.1"
|
||||
dependencies:
|
||||
ci-info: ^3.1.1
|
||||
ci-info: ^3.2.0
|
||||
bin:
|
||||
is-ci: bin.js
|
||||
checksum: 4b45aef32dd42dcb1f6fb3cd4b3a7ee7e18ea47516d2129005f46c3f36983506bb471382bac890973cf48a2f60d926a24461674ca2d9dc10744d82d4a876c26b
|
||||
checksum: 192c66dc7826d58f803ecae624860dccf1899fc1f3ac5505284c0a5cf5f889046ffeb958fa651e5725d5705c5bcb14f055b79150ea5fcad7456a9569de60260e
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
|
@ -32935,12 +32934,10 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"tmp@npm:~0.2.1":
|
||||
version: 0.2.1
|
||||
resolution: "tmp@npm:0.2.1"
|
||||
dependencies:
|
||||
rimraf: ^3.0.0
|
||||
checksum: 8b1214654182575124498c87ca986ac53dc76ff36e8f0e0b67139a8d221eaecfdec108c0e6ec54d76f49f1f72ab9325500b246f562b926f85bcdfca8bf35df9e
|
||||
"tmp@npm:~0.2.3":
|
||||
version: 0.2.3
|
||||
resolution: "tmp@npm:0.2.3"
|
||||
checksum: 73b5c96b6e52da7e104d9d44afb5d106bb1e16d9fa7d00dbeb9e6522e61b571fbdb165c756c62164be9a3bbe192b9b268c236d370a2a0955c7689cd2ae377b95
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user