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

Added output to file functionality #5

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

Added output to file functionality #5

wants to merge 2 commits into from

Commits on Aug 9, 2021

  1. Output to file functionality

    Added option: outFile.
    Usage: `outFile='file.html'` or `outFile='/path/to/file.log'`
    If file exists date_time is added to the filename.
    If outFile is given, file is made and `print` is re-assigned for output.
    After all the tests, `print` is reset and the file is closed.
    w13b3 committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    efb9719 View commit details
    Browse the repository at this point in the history
  2. Update HTML of option: useHTML

    Added `<style>` tag.
    Better placement of tests passes and successful assertions text.
    Font resizes with screen size (`1.5vw`).
    w13b3 committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    821b7a9 View commit details
    Browse the repository at this point in the history