Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cpp-testing/GUnit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: cpp-testing/GUnit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: gw
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Dec 20, 2022

  1. 🧑‍💻 Output path to feature file and source for steps

    Problem:
      Working with BDD tests can be challenging in large repositories
      because it is difficult to find the implementation of steps. Patterns
      of text substitution and multi-line strings make simple greps for step
      definitions insufficient.
    
    Solution:
      Rather than outputting either the step location or the feature file
      location, we will instead output the feature file location and
      optionally the step definition location if available (uses $Given,
      $When, $Then)
    kris-jusiak committed Dec 20, 2022
    Copy the full SHA
    4bbc19c View commit details
Loading