Skip to content

Commit

Permalink
Merge pull request #2 from anandbagmar/main
Browse files Browse the repository at this point in the history
merge from working repo
  • Loading branch information
Rizel Scarlett authored Aug 3, 2023
2 parents 0501a9c + 7670357 commit 06a8524
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
runs-on: ubuntu-latest
env:
APPLITOOLS_API_KEY: ${{ secrets.APPLITOOLS_API_KEY }}
USER_NAME: ${{ secrets.USER_NAME }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
4 changes: 4 additions & 0 deletions tests/app.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ export let Runner;
export let eyes;

test.beforeAll(async () => {

console.log(`USER: ${process.env.USER}`);
console.log(`USER_NAME (from secrets): ${process.env.USER_NAME}`);

if (USE_ULTRAFAST_GRID) {
// Create the runner for the Ultrafast Grid.
// Concurrency refers to the number of visual checkpoints Applitools will perform in parallel.
Expand Down

0 comments on commit 06a8524

Please sign in to comment.