Skip to content

Commit

Permalink
Cypress 9.5.1 (#11306)
Browse files Browse the repository at this point in the history
  • Loading branch information
agriffard authored Mar 5, 2022
1 parent c2b341e commit 58fbfc9
Show file tree
Hide file tree
Showing 6 changed files with 64 additions and 64 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/functional_all_db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Functional Tests - MVC
runs-on: ubuntu-latest
container:
image: cypress/included:9.5.0
image: cypress/included:9.5.1
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
name: Functional Tests - CMS Sqlite
runs-on: ubuntu-latest
container:
image: cypress/included:9.5.0
image: cypress/included:9.5.1
steps:
- uses: actions/checkout@v2
- name: Setup .NET 6.0
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
name: Functional Tests - CMS Postgres
runs-on: ubuntu-latest
container:
image: cypress/included:9.5.0
image: cypress/included:9.5.1
services:
postgres:
image: postgres:11
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
name: Functional Tests - CMS MySql
runs-on: ubuntu-latest
container:
image: cypress/included:9.5.0
image: cypress/included:9.5.1
services:
mariadb:
image: mariadb:latest
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
name: Functional Tests - CMS SqlServer 2019
runs-on: ubuntu-latest
container:
image: cypress/included:9.5.0
image: cypress/included:9.5.1
services:
mssql:
image: mcr.microsoft.com/mssql/server:2019-latest
Expand Down
2 changes: 1 addition & 1 deletion src/docs/resources/libraries/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ The below table lists the different Tests libraries:
| Library | Usage | Version | License |
|--- | --- | --- | --- |
| [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) | Powerful .NET library for benchmarking. | 0.13.1 | [MIT](https://github.com/dotnet/BenchmarkDotNet/blob/master/LICENSE.md) |
| [Cypress](https://github.com/cypress-io/cypress) | Fast, easy and reliable testing for anything that runs in a browser. | 9.5.0 | [MIT](https://github.com/cypress-io/cypress/blob/develop/LICENSE) |
| [Cypress](https://github.com/cypress-io/cypress) | Fast, easy and reliable testing for anything that runs in a browser. | 9.5.1 | [MIT](https://github.com/cypress-io/cypress/blob/develop/LICENSE) |
| [Cypress Orchard](https://www.npmjs.com/package/cypress-orchardcore) | A collection of cypress commands for Orchard Core. | 0.4.5 | MIT |
| [VS Test SDK](https://github.com/microsoft/vstest/) | Visual Studio Test Platform. | 17.1.0 | [MIT](https://github.com/microsoft/vstest/blob/master/LICENSE) |
| [xUnit](https://github.com/xunit/xunit) | Free, open source, community-focused unit testing tool for the .NET Framework. | 2.4.1 | [MIT](https://github.com/xunit/xunit/blob/main/LICENSE) |
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"watch": "rollup -c -w"
},
"dependencies": {
"fs-extra": "^10.0.0"
"fs-extra": "^10.0.1"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^20.0.0",
"rollup": "^2.58.0"
"@rollup/plugin-commonjs": "^21.0.2",
"rollup": "^2.69.1"
}
}
64 changes: 32 additions & 32 deletions test/OrchardCore.Tests.Functional/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions test/OrchardCore.Tests.Functional/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"devDependencies": {
"cypress": "^9.5.0",
"cypress": "^9.5.1",
"cypress-orchardcore": "file:cypress-commands",
"faker": "^6.6.6",
"fs-extra": "^10.0.0"
"fs-extra": "^10.0.1"
},
"scripts": {
"mvc:test": "cd mvc-tests && node -e \"require('cypress-orchardcore/dist/test-runner').e2e('../../../src/OrchardCore.Mvc.Web', 'OrchardCore.Mvc.Web.dll')\"",
Expand Down

0 comments on commit 58fbfc9

Please sign in to comment.