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?