Skip to content

Commit

Permalink
retirando base URL E descomentando record
Browse files Browse the repository at this point in the history
  • Loading branch information
feroline committed Jun 28, 2024
1 parent f9aa51d commit e135607
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
uses: cypress-io/github-action@v6
with:
browser: chrome
config: pageLoadTimeout=100000, baseUrl=$BASE_URL
# record: true
config: pageLoadTimeout=100000
record: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}

0 comments on commit e135607

Please sign in to comment.