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

Fixed a check to avoid crash #6

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

Commits on Jul 3, 2015

  1. Configuration menu
    Copy the full SHA
    c36cc4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    941eea1 View commit details
    Browse the repository at this point in the history
  3. Added simple logic that should detect the first available .trx file i…

    …f the following input pattern was used:
    
    "<Path-to-TRX\*.trx>"
    MStefanov committed Jul 3, 2015
    Configuration menu
    Copy the full SHA
    476c29b View commit details
    Browse the repository at this point in the history
  4. Updated the way the correct .trx files is picked up if the user have …

    …specified "*.trx" as a filename. The latest .trx file is going to be picked up
    MStefanov committed Jul 3, 2015
    Configuration menu
    Copy the full SHA
    6777ed7 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2015

  1. Added method that should format the test messages to make them easier…

    … for reading. Also the particular steps are colored with proper colors. So if you have error, it should be in red and this way your attention will be dragged to that point.
    MStefanov committed Jul 14, 2015
    Configuration menu
    Copy the full SHA
    7a61a92 View commit details
    Browse the repository at this point in the history
  2. Updated the necessary files in order to get only the steps in the Mes…

    …sage column, color the successful ones in green, the errors in red and the skipped ones in orange. I also updated the css properties of the "Show Stacktrace" link to be more discoverable
    MStefanov committed Jul 14, 2015
    Configuration menu
    Copy the full SHA
    b97eb47 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2015

  1. Fixed a typo

    MStefanov committed Jul 16, 2015
    Configuration menu
    Copy the full SHA
    7d1876f View commit details
    Browse the repository at this point in the history