Skip to content

Commit

Permalink
Functional -> OrchardCore.Tests.Functional (OrchardCMS#10875)
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamco authored Dec 13, 2021
1 parent 9293d1f commit 421c247
Show file tree
Hide file tree
Showing 48 changed files with 17 additions and 17 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/functional_all_db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ jobs:
apt update && apt --only-upgrade install ca-certificates -y
- name: Functional Tests
run: |
cd test/Functional
cd test/OrchardCore.Tests.Functional
npm install
npm run mvc:test
- uses: actions/upload-artifact@v2
if: failure()
with:
name: functional-mvc-screenshots
path: test/Functional/mvc-tests/cypress/screenshots
path: test/OrchardCore.Tests.Functional/mvc-tests/cypress/screenshots
retention-days: 3

test_functional_cms_sqlite:
Expand All @@ -67,15 +67,15 @@ jobs:
apt update && apt --only-upgrade install ca-certificates -y
- name: Functional Tests
run: |
cd test/Functional
cd test/OrchardCore.Tests.Functional
npm install
npm run cms:test
- uses: actions/upload-artifact@v2
if: failure()
with:
name: functional-cms-sqlite-failure
path: |
test/Functional/cms-tests/cypress/screenshots
test/OrchardCore.Tests.Functional/cms-tests/cypress/screenshots
src/OrchardCore.Cms.Web/App_Data/logs
retention-days: 3

Expand Down Expand Up @@ -119,15 +119,15 @@ jobs:
apt update && apt --only-upgrade install ca-certificates -y
- name: Functional Tests
run: |
cd test/Functional
cd test/OrchardCore.Tests.Functional
npm install
npm run cms:test
- uses: actions/upload-artifact@v2
if: failure()
with:
name: functional-cms-postgresql-failure
path: |
test/Functional/cms-tests/cypress/screenshots
test/OrchardCore.Tests.Functional/cms-tests/cypress/screenshots
src/OrchardCore.Cms.Web/App_Data/logs
retention-days: 3

Expand Down Expand Up @@ -167,15 +167,15 @@ jobs:
apt update && apt --only-upgrade install ca-certificates -y
- name: Functional Tests
run: |
cd test/Functional
cd test/OrchardCore.Tests.Functional
npm install
npm run cms:test
- uses: actions/upload-artifact@v2
if: failure()
with:
name: functional-cms-mysql-failure
path: |
test/Functional/cms-tests/cypress/screenshots
test/OrchardCore.Tests.Functional/cms-tests/cypress/screenshots
src/OrchardCore.Cms.Web/App_Data/logs
retention-days: 3

Expand Down Expand Up @@ -214,14 +214,14 @@ jobs:
apt update && apt --only-upgrade install ca-certificates -y
- name: Functional Tests
run: |
cd test/Functional
cd test/OrchardCore.Tests.Functional
npm install
npm run cms:test
- uses: actions/upload-artifact@v2
if: failure()
with:
name: functional-cms-mssql-failure
path: |
test/Functional/cms-tests/cypress/screenshots
test/OrchardCore.Tests.Functional/cms-tests/cypress/screenshots
src/OrchardCore.Cms.Web/App_Data/logs
retention-days: 3
4 changes: 2 additions & 2 deletions .github/workflows/pr_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Functional Tests
if: matrix.os == 'ubuntu-latest'
run: |
cd test/Functional
cd test/OrchardCore.Tests.Functional
npm install
npm run cms:test
npm run mvc:test
Expand All @@ -55,6 +55,6 @@ jobs:
with:
name: functional-test-failure
path: |
test/Functional/cms-tests/cypress/screenshots
test/OrchardCore.Tests.Functional/cms-tests/cypress/screenshots
src/OrchardCore.Cms.Web/App_Data/logs
4 changes: 2 additions & 2 deletions .github/workflows/preview_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Functional Tests
if: matrix.os == 'ubuntu-latest'
run: |
cd test/Functional
cd test/OrchardCore.Tests.Functional
npm install
npm run cms:test
npm run mvc:test
Expand All @@ -58,7 +58,7 @@ jobs:
with:
name: Functional Test failure
path: |
test/Functional/cms-tests/cypress/screenshots
test/OrchardCore.Tests.Functional/cms-tests/cypress/screenshots
src/OrchardCore.Cms.Web/App_Data_Tests/logs
- name: Deploy preview nuget packages
if: matrix.os == 'ubuntu-latest'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Functional Tests
if: matrix.os == 'ubuntu-latest'
run: |
cd test/Functional
cd test/OrchardCore.Tests.Functional
npm install
npm run cms:test
npm run mvc:test
Expand All @@ -69,7 +69,7 @@ jobs:
with:
name: Functional Test failure
path: |
test/Functional/cms-tests/cypress/screenshots
test/OrchardCore.Tests.Functional/cms-tests/cypress/screenshots
src/OrchardCore.Cms.Web/App_Data_Tests/logs
- name: Deploy release NuGet packages
if: matrix.os == 'ubuntu-latest'
Expand Down
2 changes: 1 addition & 1 deletion OrchardCore.sln
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OrchardCore.Settings.Core",
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OrchardCore.ContentPreview.Abstractions", "src\OrchardCore\OrchardCore.ContentPreview.Abstractions\OrchardCore.ContentPreview.Abstractions.csproj", "{57EA05E8-0275-4163-8FD1-2B244E396F91}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OrchardCore.Tests.Functional", "test\Functional\OrchardCore.Tests.Functional.csproj", "{2CA507BD-5517-4CD2-8F30-093AC5D11EBA}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OrchardCore.Tests.Functional", "test\OrchardCore.Tests.Functional\OrchardCore.Tests.Functional.csproj", "{2CA507BD-5517-4CD2-8F30-093AC5D11EBA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OrchardCore.Placements", "src\OrchardCore.Modules\OrchardCore.Placements\OrchardCore.Placements.csproj", "{5F94223B-CD69-47E1-B4AE-DEA03CBC4D3D}"
EndProject
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 421c247

Please sign in to comment.