Skip to content
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

Show params of scenario outline when verbose mode is enabled and for xunit plugin #38

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

parcouss
Copy link

  • possibility to use in the name of a scenario outline
  • added a command line parameter --scenario-outline-values to also show parameters not present in the scenario outline name

As sample, I replaced "Plan du Scénario: Ajouter deux nombres" in the calc

…xunit plugin

 - possibility to use <VARIABLE> in the name of a scenario outline
 - added a command line parameter --scenario-outline-values to also show parameters not present in the scenario outline name
@parcouss
Copy link
Author

As sample, I replaced "Plan du Scénario: Ajouter deux nombres" in the examples/calc_fr with "Plan du Scénario: Ajouter <nombre_1> à <nombre_2>", and with the following command line

nosetests --with-freshen --language fr -v

I have the results:

Addition: Ajouter 20 à 30 ... ok
Addition: Ajouter 2 à 5 ... ok
Addition: Ajouter 0 à 40 ... ok
Division: Nombre rationnels ... ok

parcouss and others added 3 commits February 10, 2012 19:23
 - xmlunit not working properly (TODO)
allow the same description for scenario outline, and package prefix is created with directories / feature file name.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant