build: Update cypress
This commit is contained in:
parent
3b8aca1a43
commit
a496f6b5e1
1 changed files with 2 additions and 2 deletions
|
|
@ -894,10 +894,10 @@ def run_ui_tests(
|
|||
click.secho("Installing Cypress...", fg="yellow")
|
||||
packages = " ".join(
|
||||
[
|
||||
"cypress@^10",
|
||||
"cypress@^13",
|
||||
"@4tw/cypress-drag-drop@^2",
|
||||
"cypress-real-events",
|
||||
"@testing-library/cypress@^8",
|
||||
"@testing-library/cypress@^10",
|
||||
"@testing-library/dom@8.17.1",
|
||||
"@cypress/code-coverage@^3",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue