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

feat(e2e-connector-tests): unify connector tests FE-860 #422

Merged
merged 75 commits into from
Nov 12, 2024

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    3a6a7b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc20d11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84f75a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    153e94a View commit details
    Browse the repository at this point in the history
  5. chore: Update lock file

    nelitow committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    ca7ee16 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    59e78d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. build: default env to null

    nelitow committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    b81e0ed View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. add react-next-e2e

    nelitow committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    b71b527 View commit details
    Browse the repository at this point in the history
  2. test: next e2e

    nelitow committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ffb3e11 View commit details
    Browse the repository at this point in the history
  3. reset: next

    nelitow committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    de9e881 View commit details
    Browse the repository at this point in the history
  4. chore: update lockfile

    nelitow committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    68f8251 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. Configuration menu
    Copy the full SHA
    2cf8290 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3df96bc View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    371b58c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5fcafd View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    f24605a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3eeac51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61ece6c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    68a395a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fa9b34b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0952020 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c477db5 View commit details
    Browse the repository at this point in the history
  8. refactor: Update test descriptions and setup for FuelWalletConnector …

    …and BurnerWalletConnector
    nelitow committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    6d85564 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b5b901e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1cc488d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fa0c6b6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8b5c9b4 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Update pr-tests.yml

    Update pr-tests.yml
    
    Update pr-tests.yml
    
    Update pr-tests.yml
    
    refactor: Update PR tests workflow to use npx playwright for E2E tests
    nelitow committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    383b4dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2a564f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68c70dc View commit details
    Browse the repository at this point in the history
  4. Update pr-tests.yml

    nelitow committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    0766e60 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    70508a4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f0a8783 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5883cfe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    916b3a3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c803774 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    34ca48f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    189c9be View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    d697ca4 View commit details
    Browse the repository at this point in the history
  2. chore: update lock

    nelitow committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    d717214 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b5f48a View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. chore: update lock

    nelitow committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    77dda8b View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    5b8f7cb View commit details
    Browse the repository at this point in the history
  2. refactor: Update package.json scripts for e2e testing

    - Added new scripts for starting the servers and running e2e tests
    - Updated the test:e2e:ui script to use the new servers
    - Removed the old test:e2e script
    nelitow committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    de8ce39 View commit details
    Browse the repository at this point in the history
  3. refactor: Update environment variables for local development

    - Update the environment variable name from VITE_PROVIDER_URL to VITE_FUEL_PROVIDER_URL in main.tsx file.
    - Throw an error if VITE_FUEL_PROVIDER_URL is not set.
    nelitow committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    9317c72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2fd9ccc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9624f70 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    636ef3f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e7e7bfa View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    8b4b6cc View commit details
    Browse the repository at this point in the history
  2. fix; e2e-next Toast

    nelitow committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    f62f0ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e89095 View commit details
    Browse the repository at this point in the history
  4. fix: next build issues

    nelitow committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    3c21ad4 View commit details
    Browse the repository at this point in the history
  5. fix: next import warnings

    nelitow committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    8a99da7 View commit details
    Browse the repository at this point in the history
  6. debug info

    nelitow committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    7c3a9be View commit details
    Browse the repository at this point in the history
  7. fix: test pr release env

    nelitow committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    bc0d578 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f49ce8a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ef1f48e View commit details
    Browse the repository at this point in the history
  10. Update pr-release.yaml

    nelitow committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    df47f22 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    0142e41 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    8096853 View commit details
    Browse the repository at this point in the history
  2. chore: clean merge

    nelitow committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    e99df6a View commit details
    Browse the repository at this point in the history
  3. undo biome change

    nelitow committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    22addcb View commit details
    Browse the repository at this point in the history
  4. chore: remove unused file

    nelitow committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    a90c420 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b00abf6 View commit details
    Browse the repository at this point in the history
  6. chore: update fuel

    nelitow committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    d70970d View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. ci: try to fail

    ci: debug
    
    undo
    
    .
    
    e2e: run in headless mode as it is faster
    
    ci: fix
    nelitow committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    c2b487c View commit details
    Browse the repository at this point in the history
  2. ci: filter back

    nelitow committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    703a046 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7df17ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d89ee4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b966917 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    917e2ba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a2a78b1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c3acbbc View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    70173bf View commit details
    Browse the repository at this point in the history