Open
Description
Hey i'm trying to run simple profile using parallel test
exec parallel_cucumber -o '--profile smoke'
>>> Pass files or folders to run
cucumber.yml:
smoke: >
--color -f pretty -t @smoke
features/test1.feature
features/regression/file2.feature
features/regression/file3.feature
features/regression/file4.feature
features/regression/file5.feature
I would like to use profile only, and avoid passing files/folders , as it does not work as expected when running as :
exec parallel_cucumber -o '--profile smoke' features/
Metadata
Metadata
Assignees
Labels
No labels