Releases
v3.64.0
bjuric
released this
23 Sep 04:20
Add file based DSL steps
<step> if "<filepath>" file[ not] exists
<step> if "<filepath>" file does not exist
<step> if <filepathRef file>[ not] exists
<step> if <filepathRef file> does not exist
<step> if "<filepath>" file is[ not] empty
<step> if <filepathRef file> is[ not] empty
<step> <until|while> "<filepath>" file[ not] exists
<step> <until|while> "<filepath>" file does not exist
<step> <until|while> <filepathRef file>[ not] exists
<step> <until|while> <filepathRef file> does not exist
<step> <until|while> "<filepath>" file is[ not] empty
<step> <until|while> <filepathRef file> is[ not] empty
I wait until "<filepath>" file[ not] exists
I wait until "<filepath>" file does not exist
I wait until <filepathRef file>[ not] exists
I wait until <filepathRef file> does not exist
I wait until "<filepath>" file is[ not] empty
I wait until <filepathRef file> is[ not] empty
"<filepath>" file should[ not] exist
<filepathRef file> should[ not] exist
"<filepath>" file should[ not] be empty
<filepathRef file> should[ not] be empty
You can’t perform that action at this time.