Skip to content

Commit

Permalink
Update README.adoc (#222)
Browse files Browse the repository at this point in the history
* Update README.adoc

* Update README.adoc
  • Loading branch information
gkwan-ibm authored Feb 5, 2025
1 parent 77b2f0d commit 729c852
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 IBM Corporation and others.
// Copyright (c) 2023, 2025 IBM Corporation and others.
// Licensed under Creative Commons Attribution-NoDerivatives
// 4.0 International (CC BY-ND 4.0)
// https://creativecommons.org/licenses/by-nd/4.0/
Expand All @@ -12,7 +12,7 @@
:page-releasedate: 2022-09-14
:page-essential: false
:page-description: Learn how to use the SmallRye GraphQL client's typesafe interface to query and mutate data from multiple microservices.
:page-tags: ['MicroProfile', 'Jakarta EE']
:page-tags: ['microprofile', 'jakarta-ee']
:page-related-guides: ['microprofile-graphql']
:page-permalink: /guides/{projectid}
:common-includes: https://raw.githubusercontent.com/OpenLiberty/guides-common/prod
Expand Down Expand Up @@ -179,7 +179,15 @@ include::{common-includes}/os-tabs.adoc[]
```
--

[.tab_content.mac_section.linux_section]
[.tab_content.mac_section]
--
[role='command']
```
./scripts/startContainers.sh
```
--

[.tab_content.linux_section]
--
[role='command']
```
Expand Down Expand Up @@ -331,7 +339,7 @@ include::{common-includes}/os-tabs.adoc[]
```
--

[.tab_content.mac_section.linux_section]
[.tab_content.mac_section]
--
[role='command']
```
Expand All @@ -340,6 +348,14 @@ include::{common-includes}/os-tabs.adoc[]
--


[.tab_content.linux_section]
--
[role='command']
```
./scripts/stopContainers.sh
```
--

== Testing the application

Although you can test your application manually, you should rely on automated tests. In this section, you'll create integration tests using Testcontainers to verify that the basic operations you implemented function correctly.
Expand Down

0 comments on commit 729c852

Please sign in to comment.