Hi
I am going to start using ScriptARest tool. I downloaded it from IFS webpage, went through the documentation and faced following problems:
- When I am trying to use inveractive mode
ScriptARest.exe ServerUrl=https://ifscloudenvironment.com Username=ifsapp Password=ifsapp
I receive an error:
System.IO.FileNotFoundException: Could not find file 'C:\xxx\TestARest\Start.md'.
- Sample scripts from standard core give following error
Microsoft.CSharp.RuntimeBinder.RuntimeBinderException: 'Ifs.TestARest.JSONWrapper' does not contain a definition for 'ParentObjkey
Nothing mentioned about it in documentation
- Based on documentation I prepared sample mdk file DockCode.md and received folowing output:
C:\xxx\TestARest>ScriptARest.exe ServerUrl=https://ifscloud-xxx.abs.local Username=ifsapp Password=ifsapp FileToRead=c:\xxx\testarest\DockCode.md
IFS Script-A-Rest v 1.2.1.38
======================================
appsettings.json read from C:\xxx\TestARest
2024-08-09 19:05:12 Start
2024-08-09 19:05:14 End
Test Report =======================================
Test Summary ----------------------------------
tests: 0
failures: 0
errors: 0
time: 5.56E-05
timestamp: 8/9/2024 7:05:13 PM
system-out: Server calls: 0
Failed server calls: 0
Asserts: 0
Failed asserts: 0
Exceptions 0
Test Report (end) ----------------------------------
I do not know if something goes wrong. No tests, failures, errors, etc..
Thank You in advance for any advices