Skip to content

kayjtea/fitsharp

 
 

Repository files navigation

Functional testing tools for .NET
---------------------------------

For documentation, see http://fitsharp.github.io

All work derived from the original Fit, FitLibrary and DBFit projects is covered by the GNU General Public License. See GPLicense.txt.
This includes the fit.dll and dbfit*.dll executables.

All original work on this software is covered by the Common Public License. See CPLicense.txt.
This includes all other executables.

Docker Build & Execute (.NET Core 2) for Windows
------------------------------------------------

On Windows goto Docker->Settings->Shared Drives and enable sharing of drive C:\ with your containers.

If you get a firewall message, follow the documentation link. To test shared drives, execute the alpine example
in the Shared Drives dialog box. Until this is working you won't be able to see the test output

If running cmd.exe or PowerShell:

md c:\output
md c:\output\FitSharp

docker build . -t fitsharp

docker run --rm -v c:/output:/site fitsharp

open c:\output in File Explorer and launch a browser on reportIndex.html

If running git-bash:

mkdir -p /c/output/FitSharp

docker build . -t fitsharp

docker run --rm -v c://output://site fitsharp



About

Functional testing tools for .NET

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 66.4%
  • HTML 28.5%
  • JavaScript 4.3%
  • CSS 0.7%
  • Dockerfile 0.1%
  • PowerShell 0.0%