Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wip #34

Closed
wants to merge 1 commit into from
Closed

wip #34

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
on: pull_request

jobs:
v2:
runs-on: ubuntu-latest

steps:
- id: autify
uses: autifyhq/actions-web-test-run@v2
with:
access-token: ${{ secrets.MTSMFM_AUTIFY_WEB_ACCESS_TOKEN_TEMP }}
autify-test-url: https://app.autify.com/projects/1528/scenarios/145142
wait: true
timeout: 300
url-replacements: https://example.com https://example.net,https://example.net https://example.com

patched:
runs-on: ubuntu-latest

steps:
- id: autify
uses: autifyhq/actions-web-test-run@revert-31-mtsmfm/surround-by-quote
with:
access-token: ${{ secrets.MTSMFM_AUTIFY_WEB_ACCESS_TOKEN_TEMP }}
autify-test-url: https://app.autify.com/projects/1528/scenarios/145142
wait: true
timeout: 300
url-replacements: https://example.com https://example.net,https://example.net https://example.com