drainpipe icon indicating copy to clipboard operation
drainpipe copied to clipboard

Make Nightwatch optional

Open mrdavidburns opened this issue 3 years ago • 1 comments

Some projects may use other testing frameworks so Nightwatch is not always required for all projects. Let's make this optional to where you would add drainpipe configuration to composer.json which would then scaffold Nightwatch into a project.

example:

    "extra": {
        "drainpipe": {
            "github": [
                "PantheonReviewApps",
                "ComposerLockDiff"
            ],
           "testing": ["Nightwatch"]
        },

mrdavidburns avatar Mar 13 '23 15:03 mrdavidburns

Should this issue be transferred to the drainpipe project, now that we push code here from there? I'm wondering if we should also disable issues and PRs on this repo.

deviantintegral avatar Feb 19 '24 20:02 deviantintegral