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: extent-framework/extentreports-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.1.6
Choose a base ref
...
head repository: extent-framework/extentreports-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.1.7
Choose a head ref
  • 6 commits
  • 7 files changed
  • 1 contributor

Commits on Jun 12, 2020

  1. Update LICENSE

    anshooarora authored Jun 12, 2020
    Configuration menu
    Copy the full SHA
    5203862 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2020

  1. V5.0.x (#190)

    * initial
    
    * Update Readme.md
    
    * Delete Main.java
    
    * Create BREAKING.md
    
    * Delete ExtentKlovReporter.java
    
    * initial
    
    * Delete BREAKING.md
    
    * fix System/Environment container naming
    
    * add distributionManagement to pom.xml
    
    * Update Readme.md
    
    * closes #173
    
    * closes #153
    
    * closes #152
    
    * Update Readme.md
    
    * Update Readme.md
    
    * Update Readme.md
    
    * Update Readme.md
    
    * OfflineMode
    
    * Update .travis.yml
    
    * closes #168
    
    * bump cdn commit sig
    
    * refactoring
    
    * filter ScenarioOutline from status computation
    
    * synchronize refresh
    
    * fix for null check
    
    * closes #157
    
    * Update TestServiceTest.java
    
    * fix test
    
    * closes #184
    
    * Update spark-config.json
    
    * fixes #185
    
    * remove RETRY status
    
    * remove retry status
    
    * update Readme for loading external configuration
    
    * Update Readme.md
    
    * Update Readme.md
    
    * use jacoco for codecov
    
    * add codecov badge
    
    * add maven-central badge
    
    * add services tests
    
    * add tests: Markup::Table
    
    * use cobertura as jacoco is failing some tests
    
    * adds ability to load both external xml and json config, updates Readme
    
    * Delete RichViewReporterConfig.java
    
    InteractiveReporterConfig replaces RichViewReporterConfig
    
    * #173, #176 refactoring
    
    Combined usage:
    
    ExtentSparkReporter spark = new ExtentSparkReporter("spark.html")
                .filter()
                    .statusFilter()
                    .as(new Status[] { Status.SKIP, Status.FAIL })
                .apply()
                .viewConfigurer()
                    .viewOrder()
                    .as(new ViewName[] { ViewName.DASHBOARD })
                .apply();
    
    * add tests: ReportStatsService, SparkReporter
    anshooarora authored Jun 13, 2020
    Configuration menu
    Copy the full SHA
    e7f00bd View commit details
    Browse the repository at this point in the history
  2. moving 4.1.x to branch

    anshooarora committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    971c664 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. fixes #193

    anshooarora committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    8904923 View commit details
    Browse the repository at this point in the history
  2. Update .travis.yml

    anshooarora committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    09eee11 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. prepare release 4.1.7

    anshooarora committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    bf6dcd1 View commit details
    Browse the repository at this point in the history
Loading