update login page object flow and text selector checking (#62) #271
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Push and PRs to `main` | |
on: | |
push: | |
branches: [ main, master ] | |
pull_request: | |
branches: [ main, master ] | |
jobs: | |
# notify: | |
# # run slack-notifier workflow | |
# uses: ./.github/workflows/call-slack-notifier.yml | |
# with: | |
# message: Starting push to main branch playwright tests run... | |
# secrets: | |
# SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} | |
test: | |
name: Run tests | |
uses: ./.github/workflows/call-run-tests.yml |