Searched full:junit (Results 1 – 17 of 17) sorted by relevance
1 # resulttool - report test results in JUnit XML format13 def junit(args, logger): function63 args.junit_xml_path = os.environ['BUILDDIR'] + '/tmp/log/oeqa/junit.xml'66 logger.info('Saved JUnit XML report as %s' % args.junit_xml_path)70 parser_build = subparsers.add_parser('junit', help='create test report in JUnit XML format',71 …description='generate unit test report in JUnit XML format based on the latest test results in the…73 parser_build.set_defaults(func=junit)77 …help='junit xml path allows setting the path of the generated test report. The default location is…
3 # $ ci/junit.sh <build directory>6 # transform it to JUnit XML using resulttool.14 resulttool junit $JSON
70 all_xml = ' '.join((f'{prefix}-report-{k}.junit.xml' for k in suites.keys()))74 …print(f'.PHONY: {prefix} do-meson-{prefix} {prefix}-report.junit.xml $(all-{prefix}-targets) $(all…81 print(f'{prefix}-report.junit.xml $(all-{prefix}-xml): {prefix}-report%.junit.xml: run-ninja')86 …ets = [f'{prefix}-{name}', f'{prefix}-report-{name}.junit.xml', f'{prefix}', f'{prefix}-report.jun…95 targets = f'{prefix}-{name} {prefix}-report-{name}.junit.xml {prefix} {prefix}-report.junit.xml'
18 # To create a unit test report in JUnit XML format, execute the below19 # $ resulttool junit <json_file>49 import resulttool.junit68 resulttool.junit.register_commands(subparsers)
137 help='Enable JUnit xml output')
15 # data as an artifact and also feed the junit report29 junit: build/meson-logs/testlog.junit.xml
93 junit: build/meson-logs/testlog.junit.xml111 junit: build/tests/results/latest/results.xml
133 junit: build/meson-logs/testlog.junit.xml
29 junit: "build/meson-logs/testlog.junit.xml"
618 junit: build/meson-logs/testlog.junit.xml
1 DESCRIPTION = "CppUnit is the C++ port of the famous JUnit framework for unit testing. Test output …
1 DESCRIPTION = "CxxTest is a unit testing framework for C++ that is similar in spirit to JUnit, CppU…
75 - kas shell ci/base.yml:lockfile.yml --command "$CI_PROJECT_DIR/ci/junit.sh $KAS_WORK_DIR/build"85 junit: $KAS_BUILD_DIR/tmp/log/oeqa/junit.xml
22 @echo " $(MAKE) check-report.junit.xml Generates an aggregated XML test report"
47 crate://crates.io/junit-report/0.4.0 \196 SRC_URI[junit-report-0.4.0.sha256sum] = "e4e00ad2de771fc4988af88b02cbd618c08c17920208c35c4bbfe67ccf…
184 """Write test results into a JUnit XML file"""
138 - ``resulttool``: support test report generation in JUnit XML format.