Problem/Motivation
When triggering the test-only job from the parent pipeline it skips FunctionalJavascript tests
Steps to reproduce
- Go to https://git.drupalcode.org/issue/drupal-3347144/-/pipelines/62333
- Click "DEFAULT: Test-only (PHP 8.2 MySQL 8)"
Proposed resolution
Ensure MINK_DRIVER_ARGS_WEBDRIVER is defined in https://git.drupalcode.org/project/drupal/-/blob/11.x/.gitlab-ci/pipelin...
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
Issue fork drupal-3408073
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
fjgarlin commentedVariable added. MR is ready to review: https://git.drupalcode.org/project/drupal/-/merge_requests/5770/diffs
Comment #7
mstrelan commentedCan confirm this allowed the test only job to actually run the test, as seen at https://git.drupalcode.org/issue/drupal-3408073/-/jobs/472580
Comment #10
catchCommitted/pushed to 11.x and cherry-picked to 10.2.x, thanks!