Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Watch closer what SLIM is doing #1500

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Watch closer what SLIM is doing #1500

wants to merge 5 commits into from

Commits on Mar 4, 2024

  1. Add Step By Step excutions of instructions and allow to see the resul…

    …ts after each instruction execution
    
    Two new parameters can be given on the command line to see what fitnesse is currently doing
    1)
    A) slim.sbys=SHOWTABLE
    show the html table after each executed instruction
    B) slim.sbys=SHOWINSTRUCTIONS
    show the instruction after each executed instruction
    C) slim.sbys=TRUE
    instead of sending a full tabke to the slim client send just one instruction each time
    2) only if 1 is given, will delay the execution by 0.5 seconds just useful for showing the beaviour
    slim.sbys.sleep=SLEEP
    
    Examples:
    http://localhost/FitNesse.SuiteAcceptanceTests.SuiteSlimTests.TestComparators?test&slim.sbys=SHOWINSTRUCTIONS&slim.sbys.sleep=SLEEP
    http://localhost/FitNesse.SuiteAcceptanceTests.SuiteSlimTests.TestComparators?test&slim.sbys=SHOWTABLE&slim.sbys.sleep=SLEEP
    six42 committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    764308a View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    5366fe6 View commit details
    Browse the repository at this point in the history
  2. List of Instructions is now shown instead of just the last one in mod…

    …e slim.sbys =SHOWINSTRUCTIONS
    six42 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    133bc09 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. finalized slim.show and slim.mode properties

    Added documentation
    all code for the display is now in the SuiteHtmlFormatter and not in the SlimTestSystem
    six42 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    69d61e7 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. Show Current Running Assertion

    Removed the limitation that the instructions are only show after the execution.
    Now they are first shown with as "in progress" and after execution the actual result is added.
    six42 committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    92bc457 View commit details
    Browse the repository at this point in the history