Skip to content

Commit

Permalink
Cypress 9.3.1 (#11039)
Browse files Browse the repository at this point in the history
  • Loading branch information
agriffard authored Jan 19, 2022
1 parent 76182d5 commit 556e1a5
Show file tree
Hide file tree
Showing 4 changed files with 112 additions and 24 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.2.1
image: cypress/included:9.3.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.2.1
image: cypress/included:9.3.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.2.1
image: cypress/included:9.3.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.2.1
image: cypress/included:9.3.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.2.1
image: cypress/included:9.3.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.2.1 | [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.3.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.0.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
122 changes: 105 additions & 17 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.

2 changes: 1 addition & 1 deletion test/OrchardCore.Tests.Functional/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"devDependencies": {
"cypress": "^9.2.1",
"cypress": "^9.3.1",
"cypress-orchardcore": "file:cypress-commands",
"faker": "^6.6.6",
"fs-extra": "^10.0.0"
Expand Down

0 comments on commit 556e1a5

Please sign in to comment.