Skip to content

3.64.0

Compare
Choose a tag to compare
@bjuric bjuric released this 23 Sep 04:20
· 90 commits to master since this release
  • 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