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: add start and end hooks to the fireEvent helper #1185

Merged
merged 39 commits into from
Apr 4, 2022

Commits on Jan 13, 2022

  1. feat: add start and end hooks to fireEvent helper

    Shane Martin committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    eded8e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b2c2ae View commit details
    Browse the repository at this point in the history
  3. refactor: migrate fillIn, typeIn to fire async events

    Shane Martin committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    1b89095 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. docs: add details to JSDoc

    Shane Martin committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    599ae74 View commit details
    Browse the repository at this point in the history
  2. test: move all register hook tests into helper modules

    Shane Martin committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    d488116 View commit details
    Browse the repository at this point in the history
  3. refactor: promisify triggerEvent helper

    Shane Martin committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    31b62f8 View commit details
    Browse the repository at this point in the history
  4. chore: remove lingering import

    Shane Martin committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    2690988 View commit details
    Browse the repository at this point in the history
  5. refactor: promisify doubleClick helper

    Shane Martin committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    37a9414 View commit details
    Browse the repository at this point in the history
  6. test: add more/improve register hooks helpers

    Shane Martin committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    ab797ef View commit details
    Browse the repository at this point in the history
  7. refactor: always return Promise for focus step

    Shane Martin committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    96ea125 View commit details
    Browse the repository at this point in the history
  8. test: add assertions for fire event hook steps

    Shane Martin committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    c6e3ff2 View commit details
    Browse the repository at this point in the history
  9. test: use improved hook test helpers

    Shane Martin committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    f292678 View commit details
    Browse the repository at this point in the history
  10. test: use improved hook test helpers

    Shane Martin committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    2e8de27 View commit details
    Browse the repository at this point in the history
  11. docs: clarify param description

    Shane Martin committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    4318212 View commit details
    Browse the repository at this point in the history
  12. refactor: promisify tab fire event func

    Shane Martin committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    f410f57 View commit details
    Browse the repository at this point in the history
  13. refactor: promisify trigger-key-event helper

    Shane Martin committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    0a6e687 View commit details
    Browse the repository at this point in the history
  14. refactor: promisify select helper

    Shane Martin committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    786c245 View commit details
    Browse the repository at this point in the history
  15. test: add event hooks assertions to execution test

    Shane Martin committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    f633cf1 View commit details
    Browse the repository at this point in the history
  16. test: rename helper eventTypes params to expectedEvents

    Shane Martin committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    c7c851f View commit details
    Browse the repository at this point in the history
  17. test: use hook test helpers

    Shane Martin committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    2d6170c View commit details
    Browse the repository at this point in the history
  18. chore: remove finished TODOs

    Shane Martin committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    93bc5df View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9ded7a2 View commit details
    Browse the repository at this point in the history
  20. refactor: fully promisify fillIn helper

    Shane Martin committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    b70b17a View commit details
    Browse the repository at this point in the history
  21. fix: re-add settled func after events fired

    Shane Martin committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    ef8f92b View commit details
    Browse the repository at this point in the history
  22. chore: remove unused imports

    Shane Martin committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    b2f08fe View commit details
    Browse the repository at this point in the history
  23. refactor: promisify scrollTo helper

    Shane Martin committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    03db0d7 View commit details
    Browse the repository at this point in the history
  24. test: add event hooks assertions to execution test

    Shane Martin committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    7506700 View commit details
    Browse the repository at this point in the history
  25. refactor: restore prior settled behaviour

    Shane Martin committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    add69f6 View commit details
    Browse the repository at this point in the history
  26. refactor: let -> const

    Shane Martin committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    5b7bf9c View commit details
    Browse the repository at this point in the history
  27. chore: remove unused import

    Shane Martin committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    03f93db View commit details
    Browse the repository at this point in the history
  28. chore: restore import statements order

    Shane Martin committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    056a8b3 View commit details
    Browse the repository at this point in the history
  29. refactor: flatten Promise chain

    Shane Martin committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    51af5a4 View commit details
    Browse the repository at this point in the history
  30. test: improve helper readability

    Shane Martin committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    53815e0 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2022

  1. refactor: add fallback Promise resolution

    Shane Martin committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    27cde93 View commit details
    Browse the repository at this point in the history
  2. Revert "refactor: let -> const"

    This reverts commit 5b7bf9c.
    Shane Martin committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    f1ff128 View commit details
    Browse the repository at this point in the history
  3. Revert "test: use hook test helpers"

    This reverts commit 2d6170c.
    Shane Martin committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    126d4b0 View commit details
    Browse the repository at this point in the history
  4. revert: undo unrelated assertion replacements

    Shane Martin committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    1bab92a View commit details
    Browse the repository at this point in the history
  5. revert: restore chained settled Promise

    Shane Martin committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    1fb879a View commit details
    Browse the repository at this point in the history
  6. revert: restore _registerHook import

    Shane Martin committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    61cfbb3 View commit details
    Browse the repository at this point in the history