Skip to content

Commit

Permalink
fix: updated the e2e tests settings
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnatG committed Jun 30, 2022
1 parent dc96ad1 commit d388ddd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/pr_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,18 @@ jobs:
- name: Start Docker Compose
run: docker-compose up -d
- name: Run e2e tests
uses: cypress-io/github-action@v2
uses: cypress-io/github-action@v4
with:
headless: true
record: true
parallel: true
browser: chrome
group: 'EXIPS'
project: ./e2e-tests
config: video=false
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: act10ns/slack@v1
with:
status: ${{ job.status }}
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/cypress.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"baseUrl": "http://localhost:5000",
"testFiles": "**/*.spec.js",
"projectId": "exip",
"projectId": "sefntb",
"numTestsKeptInMemory": 1,
"basicAuthKey": "dev",
"basicAuthSecret": "test",
Expand Down

0 comments on commit d388ddd

Please sign in to comment.