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

Add codeception checks for event triggers and login without a browser #23

Draft
wants to merge 12 commits into
base: 9.x
Choose a base branch
from

Commits on Jun 23, 2021

  1. feat(user): allow login without a browser

    Use login methods from the user module
    Remove drush requirement
    minorOffense committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    8f291df View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2021

  1. feat(assertions): add event assertions

    Based on work in module-symfony
    Depends on webprofiler module
    minorOffense committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    ca57868 View commit details
    Browse the repository at this point in the history
  2. fix(name): add plural

    minorOffense committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    0809e5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ebafac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1007171 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b9dc7b6 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. fix(typo)

    minorOffense authored Jul 7, 2021
    Configuration menu
    Copy the full SHA
    715cfb5 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

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

Commits on Aug 4, 2022

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

Commits on Aug 30, 2022

  1. feat(module): add group module support (#1)

    * feat(module): add group module support
    
    Create a subclass of the DrupalEntity module to make interacting with groups more convenient.
    
    * fix(group): refactor to allow user selection
    minorOffense authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    4eeac70 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. refactor(module): use driver when available (#2)

    Fallback to CLI login if driver is not defined.
    Allows both acceptance and functional tests to login
    minorOffense authored Sep 13, 2022
    Configuration menu
    Copy the full SHA
    5501414 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. fix(build): allow php8

    minorOffense committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    2dde51c View commit details
    Browse the repository at this point in the history