NAVDEMO / RunTests

5 stars 7 forks source link

Split functions from Code #3

Closed ChrisBlankDe closed 5 years ago

ChrisBlankDe commented 5 years ago

can we split the functions from demo code in RunTests.ps1?

So we can load always the newest function Version while testing:

iex ((New-Object System.Net.WebClient).DownloadString('https://github.com/NAVDEMO/RunTests/raw/master/RunTests.ps1'))
freddydk commented 5 years ago

This repository is only for Proof Of Concept prototype. Eventually things will be split and moved around and probably shipped in a PS module

freddydk commented 5 years ago

With the new function in NavContainerHelper utilizing the pstestrunner and clientcontext from here - we should be completely decoupled.

freddydk commented 5 years ago

psTestRunner is changed to PsTestFunctions now (just FYI)