Problem/Motivation
Colorbox has no substantive automated tests. Set up GitLab CI in order to begin creating and running automated tests.
Proposed resolution
Set up GitLab CI in order to begin creating and running automated tests.
Issue fork colorbox-3438914
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 #3
paulmckibbenThe goal of this task is completed: GitLab CI can now run tests, and the one failing PHPUnit javascript test has been fixed. I will create follow up issues to fix validation tests (phpcs, eslint, etc.) and to create new, more substantive tests.