Skip to content

Presentation material for M365 E2E testing automation with Playwright on GitHub Actions

Notifications You must be signed in to change notification settings

estruyf/presentation-m365-playwright-github-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Presentation material for M365 E2E testing automation with Playwright on GitHub Actions

Configuration

Variables

  • M365_PAGE_URL
  • M365_WEBHOOK_URL

Secrets

  • M365_USERNAME
  • M365_PASSWORD
  • M365_OTP_SECRET

Links

Clean up after the session

Remove all workflow runs:

repo=$(gh repo view --json nameWithOwner | jq -r .nameWithOwner)
gh api repos/$repo/actions/runs --paginate | jq -r -c '.workflow_runs[] | "\(.id)"' | \
xargs -n1 -I % gh api repos/$repo/actions/runs/% -X DELETE | jq -r .status

About

Presentation material for M365 E2E testing automation with Playwright on GitHub Actions

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published