peace 0.0.15

zero stress automation
Documentation
# Resumability

<object
    type="image/svg+xml"
    data="resumability/process.svg"
    style="margin-left: 44px; transform-origin: top left; scale: 1.2; margin-bottom: -20px;"></object>

<div style="
    width: 100%;
    margin-top: -50px;
    margin-bottom: 50px;
">
    <!-- Starting point 1 -->
    <div style="
        position: relative;
        left: 50px;
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
    ">
        <div style="
            display: inline-block;
            height: 100px;
            border-left-color: #f59e0b;
            border-left-style: dashed;
            border-left-width: 3px;
        "></div>
        <div style="
            display: inline-block;
            font-weight: bold;
            font-size: 20px;
            margin-left: -50%;
        ">🟢 Start 1</div>
    </div>
    <!-- Stopping point -->
    <div style="
        position: relative;
        left: 195px;
        display: inline-flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    ">
        <div style="
            display: inline-block;
            height: 100px;
            border-left-color: #f59e0b;
            border-left-style: dashed;
            border-left-width: 3px;
        "></div>
        <div style="
            display: inline-block;
            font-weight: bold;
            font-size: 20px;
            margin-left: -50%;
        ">🚏 Stop</div>
    </div>
    <!-- Starting point 2 -->
    <div style="
        position: relative;
        left: 167px;
        top: 30px;
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
    ">
        <div style="
            display: inline-block;
            height: 130px;
            border-left-color: #f59e0b;
            border-left-style: dashed;
            border-left-width: 3px;
        "></div>
        <div style="
            display: inline-block;
            font-weight: bold;
            font-size: 20px;
            margin-left: -50%;
        ">🟢 Start 2</div>
    </div>
</div>

<!--
1. Resumability is about starting, where you stopped.
2. If the work is already done, why do it again.
3. If you've paid the cost once, why pay it again, and again, and again!
4. This not only benefits end users, it benefits developers when they are testing the automation software.
5. We often talk about having a faster feedback loop. This is it.
-->