Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: allure-framework/allure-kotlin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.3.1
Choose a base ref
...
head repository: allure-framework/allure-kotlin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.4.0
Choose a head ref
  • 7 commits
  • 10 files changed
  • 2 contributors

Commits on Mar 16, 2022

  1. Configuration menu
    Copy the full SHA
    d5b4291 View commit details
    Browse the repository at this point in the history
  2. Make easier to extend allure junit runners:

     - make AllureAndroidJUnit4, AllureAndroidJUnitRunner and AllureAndroidLifecycle open classes
     - create protected open createAllureAndroidLifecycle function in allure runners
    kamilwawrzyczek committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    06c6519 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8283fd5 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Add TestStorageResultsWriter to write test results into sdcard when u…

    …sing androidx test orchestrator
    kamilwawrzyczek committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    14632e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    849180c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a894d8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #69 from kamilwawrzyczek/test-storage-writer

    [Android] Writing test into sdcard using TestStorage api
    viclovsky authored Mar 17, 2022
    Configuration menu
    Copy the full SHA
    16cc20b View commit details
    Browse the repository at this point in the history
Loading