Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Group name is missing in full test name / suites info not populated #8

Open
dkorobtsov opened this issue May 3, 2020 · 2 comments
Open

Comments

@dkorobtsov
Copy link

I actually noticed 2 different problems, suspect that second is side effect of first one.
Problem 1: On allure Server in test case details full test name is displayed like:
().Class/Method

Steps to reproduce:

  1. Generate allure-results using xcresults tool
  2. Upload results to Allure Server
  3. Open test cases tree, select any test, check full name in test case panel header

Expected result: Full name is properly populated: Group.Class.Method
Actual result: ().Class/Method

Problem 2:

  1. Generate allure-results using xcresults tool
  2. Upload results to Allure Server
  3. Open Launch overview, check Suites widget

Expected result: suites widget is properly populated
Actual result: suites widget is empty

@aneee004
Copy link

aneee004 commented Jul 11, 2023

Hey, I still see that the suite name is not populated in allure results.

XCTestResults:

| UITestingTarget
| ---- Class 1
| -------- test 1
| -------- test 2
| ---- Class 2
| -------- test A
| -------- test B

Allure Results

| UITestingTarget
| ---- test 1
| ---- test 2
| ---- test A
| ---- test B

@kristfoograb would you be able to fix it? I believe it's this line that causes the issue. ExportCommand.getTestMeta()
exportMeta.label(SUITE, testableSummary.get(TARGET_NAME).get(VALUE).asText());

Where the Suite should be parsed from testable summary instead of the target name.

@aneee004
Copy link

aneee004 commented Aug 1, 2023

@eroshenkoam can this issue be addressed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants