You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: IGPageContentValidator/README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,13 @@ The website validation is in three parts:
9
9
10
10
## Instructions
11
11
12
-
1.Edit the file `website.txt` ensuring the website you want scraped is entered on the first line. Note: Only Simplifier.net guides will work with this checker.
13
-
2. Click the `Actions` button. the top 3 actions will be the individual checkers needed. Wait until there is a green tick next to each.
14
-
3.Within each Action click the `Build` button
15
-
4.Within the Build click the following for the results:
16
-
-HTML Error Check
17
-
-Link Check
18
-
-Spell Check
12
+
1.Go to [Actions..websiteChecker](https://github.com/NHSDigital/IOPS-FHIR-Test-Scripts/actions/workflows/websiteChecker.yml)
13
+
2. Click `Run workflow`.
14
+
3.Enter the website url into the `websiteurl` box and click `Run workflow`.
15
+
4.Click on the action and then click on the following for the results:
16
+
-html error checker
17
+
-link checker
18
+
-spell checker
19
19
20
20
## HTML Error Checking
21
21
Uses the errorChecker.py script. Checks for any html errors on a website using BeautifulSoup's `find_all('div',{'class':"error"})`. This returns the errors for each individual page.
0 commit comments