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

OSOE-904: Create an example of using FrontendServer and context.ExecuteJavascriptTestAsync #421

Open
wants to merge 51 commits into
base: dev
Choose a base branch
from

Commits on Oct 13, 2024

  1. Empty setup.

    sarahelsaig committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    32cb00a View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

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

Commits on Nov 9, 2024

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

Commits on Nov 13, 2024

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

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    fe2c433 View commit details
    Browse the repository at this point in the history
  2. Move GetTempSubDirectoryPath and GetScreenshotsDirectoryPath into UIT…

    …estContext where they make more sense.
    sarahelsaig committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    0752d4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54133b0 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    2250d59 View commit details
    Browse the repository at this point in the history
  2. FrontendUITestBase

    sarahelsaig committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    51e74ff View commit details
    Browse the repository at this point in the history
  3. Add training sections.

    sarahelsaig committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    144e8a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7225ce View commit details
    Browse the repository at this point in the history
  5. Fix missing return value.

    sarahelsaig committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    48e7c31 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b848f0f View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. Fix test name.

    sarahelsaig committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    4748218 View commit details
    Browse the repository at this point in the history
  2. Cleanup and organization.

    sarahelsaig committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    abd3a56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32362c9 View commit details
    Browse the repository at this point in the history
  4. Clean up comments.

    sarahelsaig committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    08098cb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    de2cafd View commit details
    Browse the repository at this point in the history
  6. typo

    sarahelsaig committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    9b9eb9c View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2024

  1. bug fix

    sarahelsaig committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    60577e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3922492 View commit details
    Browse the repository at this point in the history
  3. Shorter paths.

    sarahelsaig committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    10314e9 View commit details
    Browse the repository at this point in the history
  4. Bug fix.

    sarahelsaig committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    21462ee View commit details
    Browse the repository at this point in the history
  5. Correct await order.

    sarahelsaig committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    ab3a38f View commit details
    Browse the repository at this point in the history
  6. Add JS test.

    sarahelsaig committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    1b3978d View commit details
    Browse the repository at this point in the history
  7. bug fix

    sarahelsaig committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    10e383f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    685867c View commit details
    Browse the repository at this point in the history
  9. Fix formatting.

    sarahelsaig committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    dd3f4d7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    402398f View commit details
    Browse the repository at this point in the history
  11. Code cleanup.

    sarahelsaig committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    1854118 View commit details
    Browse the repository at this point in the history
  12. Skipping Edge tests

    Piedone committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    bdb345a View commit details
    Browse the repository at this point in the history
  13. Grammar

    Piedone committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    9b4f226 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    8af94ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed7480d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    674f9a9 View commit details
    Browse the repository at this point in the history
  4. Fix SwitchToFrontend doc.

    sarahelsaig committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    19d309c View commit details
    Browse the repository at this point in the history
  5. Pass browser type into ExecuteJavaScriptTestAsync and throw in ui-tes…

    …ting-toolkit.mjs if it's not Chrome.
    sarahelsaig committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    0437622 View commit details
    Browse the repository at this point in the history
  6. Fix error CP0002

    sarahelsaig committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    b256028 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    667c55d View commit details
    Browse the repository at this point in the history
  8. unusing

    sarahelsaig committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    6592c4f View commit details
    Browse the repository at this point in the history
  9. Update Lombiq.Tests.UI.Samples/Tests/FrontendTests.cs

    Co-authored-by: Zoltán Lehóczky <[email protected]>
    sarahelsaig and Piedone authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    07c4c99 View commit details
    Browse the repository at this point in the history
  10. rename

    sarahelsaig committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    f18e0cb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    17caf83 View commit details
    Browse the repository at this point in the history
  12. Fix typo.

    sarahelsaig committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    f7cf0ae View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ae5b7c3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b01363e View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Configuration menu
    Copy the full SHA
    2b6d92c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63adbeb View commit details
    Browse the repository at this point in the history
  3. spelling

    sarahelsaig committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    70ac4ca View commit details
    Browse the repository at this point in the history
  4. Code cleanup.

    sarahelsaig committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    03da57a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a3a35c7 View commit details
    Browse the repository at this point in the history