Skip to content

appcircleio/appcircle-ios-xcresult-convert-html-xml-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Appcircle Xcresult Convert XML/HTML Component

This component parses test and coverage results into a single file. This component currently supports the following test and coverage formats:

Test Format

  • Xcode 13+ .xctest

Required Inputs

  • AC_OUTPUT_DIR: Specifies the path for outputs. Conversion results will be stored in this path.
  • AC_TEST_RESULT_PATH: Test result path. This directory and its subdirectories will be searched for compatible test files. This environment variable is automatically set if you use Appcircle's test component.
  • AC_CONVERT_FILE_NAME: The name of the converted file. You can give a specific name. The default name is test_results.
  • AC_CONVERT_TYPE: This is the conversion type. Xcresult can be converted to HTML or XML.

Output

  • AC_CONVERTED_TEST_RESULT_PATH: The component creates a single file that contains the test results in the converted extension.

About

This step converts the Unit/UI test result xcresult file to HTML or XML

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages