You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This feature would enable controlling per feature file, which precompilers are applied to the feature file.
Use cases
By default, all precompilers are applied (if, in general, the precompiler should be applied) to all feature files or if @gpc_apply(all) is set to the feature
If @gpc_apply(<name>) is set ( can be the name of the precompiler w/ or w/o the gpc- prefix) the given precompiler(s) are applied
If @gpc_ignore(<name>) is set ( can be the name of the precompiler w/ or w/o the gpc- prefix) the given precompiler(s) are not applied
Questions/To decide
Precedence: if ignore is set, applying for the same won't resolve it, does the order count
How to handle custom precompilers
The text was updated successfully, but these errors were encountered:
Summary
This feature would enable controlling per feature file, which precompilers are applied to the feature file.
Use cases
@gpc_apply(all)
is set to the feature@gpc_apply(<name>)
is set ( can be the name of the precompiler w/ or w/o thegpc-
prefix) the given precompiler(s) are applied@gpc_ignore(<name>)
is set ( can be the name of the precompiler w/ or w/o thegpc-
prefix) the given precompiler(s) are not appliedQuestions/To decide
The text was updated successfully, but these errors were encountered: