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

Add possibility to add sections to scenarios #181

Merged
merged 2 commits into from
Dec 29, 2015
Merged

Conversation

janschaefer
Copy link
Contributor

Example:

section( "The first section" );
given().something();
when().something();
then().something();

section( "The second section" );
when().something_else();
then().something_else();

HTML Report:
sections

Jan Schäfer added 2 commits December 29, 2015 20:05
…the ScenarioTestBase

- also changed the colors in the console output
janschaefer added a commit that referenced this pull request Dec 29, 2015
Add possibility to add sections to scenarios
@janschaefer janschaefer merged commit e35f74b into master Dec 29, 2015
@janschaefer janschaefer added this to the v0.11.0 milestone Dec 29, 2015
@janschaefer janschaefer deleted the scenario-sections branch December 29, 2015 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant