Skip to content

Commit

Permalink
Merge pull request #1693 from kgromov/feature/extend-pull-requests-qu…
Browse files Browse the repository at this point in the history
…ery-search

Split pull request search from issue; extend with filters
  • Loading branch information
bitwiseman authored Nov 15, 2023
2 parents 3d3e905 + 586f89e commit 9ff3264
Show file tree
Hide file tree
Showing 104 changed files with 9,181 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ a Java VM option). For example:
The above command will create snapshot WireMock data files under the path `src/test/resources/org/kohsuhke/github/YourTestClassName/wiremock`.
Each method will get a separate directory that will hold the data files for that test method.

*Note:* if you are using personal github account don't forget to change `getTempRepository()` to `gitHub.getRepository("${your_account}/${test_method_name}")`
in order to match with snapshot file name for wiremock. To double-check run test without `-Dtest.github.org=false` flag after snapshot is saved.

Add all files including the generated data to your commit and submit a PR.

### Modifying existing tests
Expand Down
Loading

0 comments on commit 9ff3264

Please sign in to comment.