Actions
Architecture #24985
openArchitecture #24814: Scala 3 migration
Migrate rest test from yaml file to zio-test
Status:
Pending release
Priority:
N/A
Assignee:
Category:
Architecture - Test
Target version:
Fix check:
To do
Regression:
No
Description
AFAIK, there's no version of Specs2 that support both Scala 2 and Scala 3 and the dynamic generation of tests used in RestTestFromFile
test.
So we need to port that test toward an other framework. It's not self-evident how you do that in Junit4 (the other framework we use), so it should be done in zio-test
Note: we absolutly need a way to get an usable diff for these tests, because we are diffing big json and finding an error is horrible without diff, if possible integrated with IDEs.
Actions