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

Draft: Implement Browser tests using DSL approach #156

Draft
wants to merge 19 commits into
base: master
Choose a base branch
from

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    cc0ca62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bb1163 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6f4f29 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b487d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1c1d1a0 View commit details
    Browse the repository at this point in the history
  6. Remove assertThat

    darmen committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    00c3457 View commit details
    Browse the repository at this point in the history
  7. Remove StepBuilder class

    darmen committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    3d64ca8 View commit details
    Browse the repository at this point in the history
  8. Implement hover step

    darmen committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    46e73c0 View commit details
    Browse the repository at this point in the history
  9. Implement wait step

    darmen committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    72e55a6 View commit details
    Browse the repository at this point in the history
  10. Implement refresh step

    darmen committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    51d14bb View commit details
    Browse the repository at this point in the history
  11. Implement goto step

    darmen committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    e38305d View commit details
    Browse the repository at this point in the history
  12. Add scroll step

    darmen committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    073a780 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9c78133 View commit details
    Browse the repository at this point in the history
  14. Improve code

    darmen committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    baaa686 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    66eb65b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    34d7bef View commit details
    Browse the repository at this point in the history
  17. Implement assertCurrentUrlIsEmpty function to add assertion if the …

    …current page's URL is empty
    darmen committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    1e54718 View commit details
    Browse the repository at this point in the history
  18. Add assertCurrentUrlIsEmpty, assertCurrentUrlContains, `assertCur…

    …rentUrlEquals` assertions
    darmen committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    3278d86 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9b554b4 View commit details
    Browse the repository at this point in the history