Skip to content

Commit

Permalink
Merge pull request #63 from oilart/main
Browse files Browse the repository at this point in the history
Fixed REST/GraphQL tutorials links
  • Loading branch information
juliandesmarais authored Nov 5, 2024
2 parents d3f299a + fa16a22 commit 6df1e1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NST/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ The output format of the mocks and service client may be overridden for customiz

See REST and GraphQL examples in the test packages:

* [REST](../NSTTutorials/src/test/java/com/nst/tutorials/rest)
* [GraphQL](../NSTTutorials/src/test/java/com/nst/tutorials/graphql)
* [REST](../NSTTutorials)
* [GraphQL](../NSTTutorials/GraphQLExamples/src/main/java/com/ebay/nst/tutorials/graphql)

NST has test runner hooks for TestNG so please plan to adopt TestNG for your tests.

Expand Down

0 comments on commit 6df1e1b

Please sign in to comment.