-
Notifications
You must be signed in to change notification settings - Fork 500
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
Ability to run parallel_cucumber using profile only #575
Comments
I believe that you need a |
@enkessler yes , but then it's ignoring file list in the profile , and running all files that much the profile tags from feature/ folder |
Cucumber does not allow (at least not the in Ruby version) file locations to be specified both in a profile and passed directly to the command. It's one or the other. |
i'm not arguing about that ..... my cucumber command:
it has list of files with in the profile rather then folder ... |
something silly like |
I don't think creating files for each profile is a good solution ........ |
what does a profile look like ? ... is it a list of files or some custom config ? |
List of files in standard cucumber.yml file, example on my first post. |
then add a |
this will do ?! #576 |
looks about right! :D
…On Mon, Jul 31, 2017 at 12:49 PM, vveliev ***@***.***> wrote:
this will do ?! #576 <#576>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#575 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAsZ9J7GArP-vjYx7EFbJ-gmRMPFhp5ks5sTi_agaJpZM4OlvKm>
.
|
I think correct execution should be: |
Hey i'm trying to run simple profile using parallel test
cucumber.yml:
I would like to use profile only, and avoid passing files/folders , as it does not work as expected when running as :
The text was updated successfully, but these errors were encountered: