Feat/getmobil suite#7
Merged
Merged
Conversation
Add a third endpoint, GET /api/categories, to the dummy spec + mock, then build
its @api suite with the AI pipeline end to end (probe → generate --api → verify
→ fix → run): CategoriesApi client, a categories contract validator, the feature
and steps. Generated then curated; runs green alongside the search/product
suites. The generated steps reuse the shared apiState + generic steps (the API
is up / the response status is {int}) — no duplicate-definition collision.
…eed) Make Allure the human-facing report for both lanes (history, per-step detail, traces/screenshots on failure) via the allure-playwright reporter into reports/allure-results. Drop the cucumber HTML report. Keep the cucumber JSON emitter — but only as the machine feed the AI pipeline reads (failureAnalyzer.extractFailures for analyze / heal-selectors / heal-contract), which is a single overwritten file (no staleness), unlike the accumulating Allure dir. The test scripts clear reports/allure-results first so `npm test` (both projects) yields one combined report; `npm run report` renders it. Adds allure-playwright + allure-commandline (devDeps). README + roadmap updated.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.