Skip to content

ITEP-87135 API Test Rework & Reporting adjustments - outdated#1025

Closed
dpitulax wants to merge 22 commits intorelease-2026.0from
dpitulax-api_tests_adjustments
Closed

ITEP-87135 API Test Rework & Reporting adjustments - outdated#1025
dpitulax wants to merge 22 commits intorelease-2026.0from
dpitulax-api_tests_adjustments

Conversation

@dpitulax
Copy link
Contributor

@dpitulax dpitulax commented Feb 17, 2026

📝 Description

Our current API tests print their results differently from the UI test suite.
UI tests always include a standardized result footer in the test logs, formatted as "NEX-Txxxxx: PASS/FAILED".
To improve consistency and make results easier to scan in logs and reports, we want API tests to produce the same footer format for each test ID.

What Was Changed

  • Added standardized footer reporting (NEX‑Txxxxx: PASS/FAIL) to API tests.
  • Replaced redundant class‑based API tests with plain pytest function tests.
  • Improved code readability and consistency across test files.

JIRA: ITEP-87135

✨ Type of Change

Select the type of change your PR introduces:

  • 🐞 Bug fix – Non-breaking change which fixes an issue
  • 🚀 New feature – Non-breaking change which adds functionality
  • 🔨 Refactor – Non-breaking change which refactors the code base
  • 💥 Breaking change – Changes that break existing functionality
  • 📚 Documentation update
  • 🔒 Security update
  • 🧪 Tests
  • 🚂 CI

🧪 Testing Scenarios

Describe how the changes were tested and how reviewers can test them too:

  • ✅ Tested manually
  • 🤖 Ran automated end-to-end tests

✅ Checklist

Before submitting the PR, ensure the following:

  • 🔍 PR title is clear and descriptive
  • 📝 For internal contributors: If applicable, include the JIRA ticket number (e.g., ITEP-123456) in the PR title. Do not include full URLs
  • 💬 I have commented my code, especially in hard-to-understand areas
  • 📄 I have made corresponding changes to the documentation
  • ✅ I have added tests that prove my fix is effective or my feature works

@dpitulax dpitulax self-assigned this Feb 17, 2026
@dpitulax dpitulax marked this pull request as draft February 17, 2026 11:44
@dpitulax dpitulax marked this pull request as ready for review February 17, 2026 13:27
@dpitulax dpitulax marked this pull request as draft February 18, 2026 13:09
@dpitulax dpitulax marked this pull request as ready for review February 25, 2026 10:41
@dpitulax dpitulax changed the base branch from main to release-2026.0 February 25, 2026 13:58
@dpitulax dpitulax marked this pull request as draft February 25, 2026 14:02
@dpitulax dpitulax changed the title ITEP-87135 API Test Rework & Reporting adjustments ITEP-87135 API Test Rework & Reporting adjustments - outdated Feb 25, 2026
@dpitulax dpitulax closed this Feb 25, 2026
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

Successfully merging this pull request may close these issues.

6 participants