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

How to compare two URLs? #14

Open
rasben opened this issue Jul 11, 2023 · 0 comments
Open

How to compare two URLs? #14

rasben opened this issue Jul 11, 2023 · 0 comments

Comments

@rasben
Copy link

rasben commented Jul 11, 2023

Thank you for a very cool action.

When i create a Pull Request, a testing site is created for it.
How do i compare this URL with the prod URL?
I have both URLs available, but I dont know how to tell your action/applitools how to treat two seperate domains as if they're the same

Essentially, i'd like it to be something like:

      - uses: colbyfayock/applitools-eyes-action@main
        with:
          APPLITOOLS_BATCH_ID: ${{ github.workflow }}-${{ github.ref }}
          APPLITOOLS_API_KEY: ${{secrets.APPLITOOLS_API_KEY}}
          batchName: PR ${{ github.event.pull_request.number }}
          baseUrl: ${{ (The Prod URL ) }}
      - uses: colbyfayock/applitools-eyes-action@main
        with:
          APPLITOOLS_BATCH_ID: ${{ github.workflow }}-${{ github.ref }}
          APPLITOOLS_API_KEY: ${{secrets.APPLITOOLS_API_KEY}}
          batchName: PR ${{ github.event.pull_request.number }}
          baseUrl: ${{ (The PR-test URL ) }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant