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

[FEATURE] Add fileExport capability #352

Merged
merged 12 commits into from
Dec 8, 2021

Commits on Oct 6, 2021

  1. Add custom files read-send mechanism on complete

    - Some tools, such as Support Assistant, provide extra reports directly from tests
    using a window._$files variable; this is no longer read anywhere and such reports are
    currently unsupported
    - See https://github.com/SAP/openui5/blob/master/src/sap.ui.core/src/sap/ui/core/support/RuleEngineOpaExtension.js#L243
    - this adds mechanism to read and save these the variable as files using a custom reporter
    with some additions to browser.js to 'send' the results as part of karma.complete argument
    sap-sebelao committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    d650d71 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. Fix eslint errors

    sap-sebelao committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    dafe9ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adf2211 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2021

  1. Add script mode and integration tests

    Improve mechanism of writing files to prevent
    overwriting of existing files.
    larskissel committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    2a00155 View commit details
    Browse the repository at this point in the history
  2. Fix broken test

    larskissel committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    4979c3c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c909a51 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. Configuration menu
    Copy the full SHA
    67be8b5 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Configuration menu
    Copy the full SHA
    176e950 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fbc83b View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. Configuration menu
    Copy the full SHA
    109448f View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. Improve error handling

    larskissel committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    603a4fa View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. Configuration menu
    Copy the full SHA
    a1b96f1 View commit details
    Browse the repository at this point in the history