powerslim
Version:
An implementation of FitNesse Slim in PowerShell
12 lines (9 loc) • 358 B
Plain Text
|script|remote|192.168.193.143|
|$reportContent=|eval|!-[io.file]::ReadAllText('C:\Fit\test.txt')-!|
|script|
|check|eval|"$reportContent"|qwerty|
|eval|$f = "$reportContent"|
|eval|!-[io.file]::WriteAllText('D:\Fit\test.txt',$f)-!|
|script|
|eval|!-$psVarContent = [io.file]::ReadAllText('D:\Fit\test.txt')-!|
|check|eval|$psVarContent|qwerty|