kat-kan / kawqa-gad-playwright

3 stars 1 forks source link

Analyze new release of GAD: v2.7.2 #112

Open kat-kan opened 2 months ago

kat-kan commented 2 months ago

A new release v2.7.2 has been created in the jaktestowac/gad-gui-api-demo repository.

Release notes: https://github.com/jaktestowac/gad-gui-api-demo/releases/tag/v2.7.2

Please analyze the impact on tests project, describe it and report issues if needed.

Slawomir-DKl commented 2 months ago

After this edition all current tests PASS.

Changes potentially affecting current KawQA projects:

_PATCH /articles/:id - should update article title to already existing one - VALIDATE_ARTICLETITLE is under feature flag
After checking the flag, one test (POST articles tests > Returns 201 Created after creating article) fails. It is recommended to write tests with the flag swiched on. --> NEW ISSUE

using PUT with empty body will return error 422 (comments, users, articles) The only PUT tests (for articles) are under development and don't test for empty body. It is recommended to write such test --> ISSUE 23

Changes without direct impact major changes on practice pages data endpoint with swagger doc for future functionallities time zone offset on UI