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 tags #34

Closed
wants to merge 8 commits into from
Closed

Add tags #34

wants to merge 8 commits into from

Commits on Jul 4, 2016

  1. Add Gherkin topic

    * create gherkin.md
    * add feature introduction section
    * add step definitions section
    belgoros committed Jul 4, 2016
    Configuration menu
    Copy the full SHA
    0166799 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2016

  1. Add new sections and topics

     * add hooks
     * add doc strings
     * add background
     * add comments
     * update SUMMARY links
    belgoros committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    2e01622 View commit details
    Browse the repository at this point in the history
  2. Add tags topic

     * add tags.md
    belgoros committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    e5f2261 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2016

  1. Update after code review

      * remove line numbers in code examples
      * drop specificities as too complicated for a beginner
      * make Gherkin explanation simpler
    belgoros committed Jul 7, 2016
    Configuration menu
    Copy the full SHA
    a42162d View commit details
    Browse the repository at this point in the history
  2. Fix code review issues

    belgoros committed Jul 7, 2016
    Configuration menu
    Copy the full SHA
    d00a4e2 View commit details
    Browse the repository at this point in the history
  3. Fix some broken links

    belgoros committed Jul 7, 2016
    Configuration menu
    Copy the full SHA
    d0e915b View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2016

  1. Configuration menu
    Copy the full SHA
    59b18da View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2016

  1. Fix code review remarks

    * add gherkin highlighting
    * remove line numbers referring
    * fix inter document links syntax
    * bold key words separately
    * add the explanation for Given-When-Then blocks
    * capitalise keywords and link to their section
    * use bullet list to list key words
    * express steps in past tense
    * unindent scenarios to be at the same level as Background
    * change Good practices to apply not to just the Background
    * make a h3 section for Before and After hooks
    * describe the difference between Before hook and Background
    * make each code tab do the same thing
    * remove Around hooks section
    belgoros committed Jul 14, 2016
    Configuration menu
    Copy the full SHA
    18aa6ac View commit details
    Browse the repository at this point in the history