Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
maurodandrea committed Oct 31, 2024
1 parent 48e0c6f commit de46c77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/artillery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
- name: Execute load tests
uses: artilleryio/action-cli@v1
with:
command: run src/artillery.yml
command: run src/artillery.yml --output reports/report.json
working-directory: ./src

- name: Upload artifact
uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion src/artillery.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ async function oi(page, userContext, events, test) {
await test.step('IdP Click', async () => {
await page.locator('[id="https://koz3yhpkscymaqgp4m7ceguu6m0tffuz.lambda-url.eu-south-1.on.aws"]').click();
const element = await page.waitForSelector('text=Token e Codici');
// await expect(element).toBeVisible();
// await expect(element).toBeVisible();
});
}

Expand Down

0 comments on commit de46c77

Please sign in to comment.