create Script Overview page.

master
Craig Oates 5 years ago
parent
commit
9828f422b2
  1. 2
      Home.md
  2. 9
      Script-Overview.md
  3. 1
      Source-Code-Home.md
  4. 1
      _sidebar.md

2
Home.md

@ -59,6 +59,8 @@ Before continuing, I recommend you are familiar with the following;
- [TestCentre Breakdown](TestCentre-Breakdown)
- [Unit and Property Tests Overview](Unit-and-Property-Tests-Overview)
- [Console and Library Tests Overview](Console-and-Library-Tests-Overview)
- [Script Overview](Script-Overview)
- [Script Overview](Script-Overview)
### As a Command-Line Interface (C.L.I)

9
Script-Overview.md

@ -0,0 +1,9 @@
As you might have noticed, there is a F# script file included in TestCentre. For the most part, you should never need to use it. The main purpose of it is to provide a place for "throw away" code.
At this moment in time, "Script.fsx" provides code for you to delete any/all files in the "SavingTestArea" folder. With that said, you should only need to use it if the images are not deleted after running the unit/property tests. If that is the case, that usually means there is a problem with the tests or the projects they are testing. Either way, you should look into it.
If you are unfamiliar with using F# scripts and F# Interactive (FSI), please use the following links;
- [Script.fsx](https://gitlab.com/craig.oates/Smouldering-Beach-Ball/blob/master/TestCentre/Script.fsx)
- [F# Interactive (FSI)](https://docs.microsoft.com/en-us/dotnet/fsharp/tutorials/fsharp-interactive/)
- [Scripting with F#](https://fsharpforfunandprofit.com/installing-and-using/) (it's a little dated but it contains enough information to get you going)

1
Source-Code-Home.md

@ -29,3 +29,4 @@ This section is for those wanting to work with the repository's source code. If
- [TestCentre Breakdown](TestCentre-Breakdown)
- [Property and Unit Tests Overview](Property-and-Unit-Tests-Overview)
- [Console and Library Tests Overview](Console-and-Library-Tests-Overview)
- [Script Overview](Script-Overview)

1
_sidebar.md

@ -34,6 +34,7 @@
- [TestCentre Breakdown](TestCentre-Breakdown)
- [Unit and Property Tests Overview](Unit-and-Property-Tests-Overview)
- [Console and Library Tests Overview](Console-and-Library-Tests-Overview)
- [Script Overview](Script-Overview)
### As a Command-Line Interface (C.L.I)

Loading…
Cancel
Save