Skip to content

Commit aa240bf

Browse files
Initial mock of other pages
Signed-off-by: Sanjula Ganepola <Sanjula.Ganepola@ibm.com>
1 parent 7ec43fc commit aa240bf

File tree

4 files changed

+71
-0
lines changed

4 files changed

+71
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Configuring Tests
3+
---
4+
5+
import { Aside, CardGrid, Card } from '@astrojs/starlight/components';
6+
7+
## Compile Parameters
8+
9+
### RUCRTRPG
10+
11+
### RUCRTCBL
12+
13+
### CODECOV
14+
15+
## Execution Parameters
16+
17+
### RUCALLTST
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Code Coverage
3+
---
4+
5+
import { Aside, CardGrid, Card } from '@astrojs/starlight/components';
6+
7+
## Running Code Coverage
8+
9+
## Line vs. Procedure Coverage
10+
11+
## Settings
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Running Tests
3+
---
4+
5+
import { Aside, CardGrid, Card } from '@astrojs/starlight/components';
6+
7+
## Test Explorer
8+
9+
## Gutter Actions
10+
11+
## Test Profiles and Filters
12+
13+
## Test Results
14+
15+
## Test Logs
16+
17+
## Test Settings
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: Troubleshooting
3+
---
4+
5+
import { Aside, CardGrid, Card, LinkCard } from '@astrojs/starlight/components';
6+
7+
## Logs
8+
9+
## Report an Issue
10+
11+
There are various channels available for reporting issues and discussing features:
12+
13+
<CardGrid>
14+
<LinkCard title="🛠️ IBM i Testing GitHub Issues" href="https://github.com/IBM/vscode-ibmi-testing/issues" description="Report extension specific issues and feature requests."/>
15+
<LinkCard title="🗣️ IBM i Testing GitHub Discussions" href="https://github.com/IBM/vscode-ibmi-testing/discussions" description="Ask for help or discuss ideas with the community."/>
16+
<LinkCard title="🧪 RPGUnit Github Issues" href="https://github.com/tools-400/irpgunit/issues" description="Report RPGUnit specific issues and feature requests."/>
17+
</CardGrid>
18+
19+
## Resources
20+
21+
Check out these resources for more useful information:
22+
23+
<CardGrid>
24+
<LinkCard title="👨‍💻 Testing in VS Code" href="https://code.visualstudio.com/docs/editor/testing" description="Explore all the testing features built into VS Code."/>
25+
<LinkCard title="📖 RPGUnit Documentation" href="https://irpgunit.sourceforge.io/help/" description="Read the RPGUnit documentation and API reference."/>
26+
</CardGrid>

0 commit comments

Comments
 (0)