mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
try fix cypress
This commit is contained in:
parent
75f77ec7a3
commit
eb73fc4538
2
.github/workflows/cypress.yml
vendored
2
.github/workflows/cypress.yml
vendored
@ -65,7 +65,7 @@ jobs:
|
|||||||
uses: cypress-io/github-action@v5
|
uses: cypress-io/github-action@v5
|
||||||
env:
|
env:
|
||||||
CYPRESS_URL: http://localhost:8080
|
CYPRESS_URL: http://localhost:8080
|
||||||
CYPRESS_SERVER_PATH: otland-forgottenserver
|
CYPRESS_SERVER_PATH: tfs
|
||||||
|
|
||||||
- name: Save screenshots
|
- name: Save screenshots
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
@ -73,15 +73,4 @@ describe('Install MyAAC', () => {
|
|||||||
|
|
||||||
cy.screenshot('install-finish')
|
cy.screenshot('install-finish')
|
||||||
})
|
})
|
||||||
|
|
||||||
it('Take Screenshot of the Home Page', () => {
|
|
||||||
cy.wait(1000)
|
|
||||||
cy.screenshot('home')
|
|
||||||
})
|
|
||||||
|
|
||||||
it('Take Screenshot of Create Account page', () => {
|
|
||||||
cy.visit(Cypress.env('URL') + '/index.php/account/create')
|
|
||||||
cy.wait(1000)
|
|
||||||
cy.screenshot('create-account-page')
|
|
||||||
})
|
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user