Replies: 1 comment 2 replies
-
Does using git submodule count? You could using |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a suite that I drop into almost every project I use. While I do have a few changes I have to make from project to project, the suite is easily over 95% identical between projects. I'd like to ultimately convert this suite to a module that I include in any project that needs it, and use the Codeception config to handle the adjustments I am currently manually doing. I would want it to still run as an individual suite within the testing, with the ability to do
codecept run suite-name
and similar commands.Has anyone done something of this nature?
Beta Was this translation helpful? Give feedback.
All reactions