TitouanVanBelle / fastlane-plugin-xchtmlreport

fastlane plugin for XCTestHTMLReport
http://titouanvanbelle.com
MIT License
26 stars 15 forks source link

Can't use `inline_assets` parameter — need new release tag #15

Open simondelphia opened 2 years ago

simondelphia commented 2 years ago

Looks like it's supported in the code but when I tried it I got

Could not find option 'inline_assets' in the list of available options: result_bundle_path, result_bundle_paths, binary_path, enable_junit

    xchtmlreport(
      result_bundle_path: my_path
      binary_path: binary_path,
      inline_assets: true,
    )

I see it referenced here, https://github.com/TitouanVanBelle/fastlane-plugin-xchtmlreport/blob/da4e5ef643a0cc45fb3346fdd161ad80252b438e/lib/fastlane/plugin/xchtmlreport/actions/xchtmlreport_action.rb but is there something else missing?

simondelphia commented 2 years ago

Oh I guess it's installed 0.1.1 but that doesn't include the latest changes on main. Could you add a new release please?

Trying to figure out how to point a Fastlane plugin to a specific version… I suppose I could just fork the repo.

EDIT: was able to modify the Pluginfile with the git and branch parameters to get the latest changes.