GFM changes

This commit is contained in:
William Sandner
2018-08-15 00:37:52 +02:00
parent e6c1356aa0
commit 539106de83
21 changed files with 431 additions and 896 deletions

View File

@@ -1,27 +1,3 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<link type="image/png" href="assets/logo.png" rel="icon">
<title>ReadySet Markdown</title>
</head>
<script src="https://www.w3schools.com/lib/w3data.js"></script>
<body>
<topbar style="display:none;">
<item><a href="index.html">Overview</a></item>
<item><a href="plan.html">Project Plan</a></item>
<item><a href="index-all.html">Workflows</a></item>
<menu name="Themes"><item><a id="settheme"><b>Current</b></a></item></menu>
<toc></toc>
</topbar>
<xmp theme="readable" style="display:none;">
<!-- Markdown content here -->
# [QA Plan](qa-plan.html) > [Test Run Suite](Test-Run-Suite) > Test Runs
---
##### Project:
::[PROJECTNAME](Home)
@@ -29,6 +5,7 @@
::X.Y.Z
##### Related Documents:
- [QA Plan](QA-Plan) > [Test Run Suite](Test-Run-Suite) > Test Runs
- [Test suit](Test-Suite)
- ::LINKS TO RELEVANT STANDARDS
- ::LINKS TO OTHER DOCUMENTS
@@ -53,7 +30,7 @@ issue tracking tool to plan and track test runs.*
**Test Description**
::Performed all [manual system tests](test-cases).
::Performed all [manual system tests](Test-Cases).
**Test Run Results:**
@@ -81,7 +58,7 @@ issue tracking tool to plan and track test runs.*
**Test Description**
::Performed all [manual system tests](test-cases).
::Performed all [manual system tests](Test-Cases).
**Test Run Results:**
@@ -109,7 +86,7 @@ issue tracking tool to plan and track test runs.*
**Test Description**
::Performed all [manual system tests](test-cases).
::Performed all [manual system tests](Test-Cases).
**Test Run Results:**
@@ -137,7 +114,7 @@ issue tracking tool to plan and track test runs.*
**Test Description**
::Performed all [manual system tests](test-cases).
::Performed all [manual system tests](Test-Cases).
**Test Run Results:**
@@ -165,7 +142,7 @@ issue tracking tool to plan and track test runs.*
**Test Description**
::Performed all [manual system tests](test-cases).
::Performed all [manual system tests](Test-Cases).
**Test Run Results:**
@@ -193,7 +170,7 @@ issue tracking tool to plan and track test runs.*
**Test Description**
::Performed all [manual system tests](test-cases).
::Performed all [manual system tests](Test-Cases).
**Test Run Results:**
@@ -221,7 +198,7 @@ issue tracking tool to plan and track test runs.*
**Test Description**
::Performed all [manual system tests](test-cases).
::Performed all [manual system tests](Test-Cases).
**Test Run Results:**
@@ -249,7 +226,7 @@ issue tracking tool to plan and track test runs.*
**Test Description**
::Performed all [manual system tests](test-cases).
::Performed all [manual system tests](Test-Cases).
**Test Run Results:**
@@ -277,7 +254,7 @@ issue tracking tool to plan and track test runs.*
**Test Description**
::Performed all [manual system tests](test-cases).
::Performed all [manual system tests](Test-Cases).
**Test Run Results:**
@@ -305,7 +282,7 @@ issue tracking tool to plan and track test runs.*
**Test Description**
::Performed all [manual system tests](test-cases).
::Performed all [manual system tests](Test-Cases).
**Test Run Results:**
@@ -316,24 +293,3 @@ issue tracking tool to plan and track test runs.*
- ::NOTE
- ::QUESTION
---
<!-- End Markdown content -->
</xmp>
<div w3-include-html="_words-of-wisdom.html"></div>
<div w3-include-html="_footer.html"></div>
<script>
w3IncludeHTML();
</script>
<script src="http://strapdownjs.com/v/0.2/strapdown.js"></script>
<!-- Include it AFTER strapdown -->
<script src="assets/strapdown/strapdown-topbar.min.js"></script>
<!-- Include it AFTER EVERYTHING -->
<script src="assets/logo.js"></script>
<script src="assets/themeswitcher.js"></script>
</body>
</html>