You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "client generation" feature relies on compiling Kiota with wasm as a compilation target.
So far we have been relying on the fact that the upstream Blazor integration would have caught issues early.
According to this conversation this part of the code has been removed from the project and we should have some sort of E2E test to verify that client code generation still works.
Nice to have: the update to the latest Kiota versions should be automated.
Proposed Solution
Integrate Playwright tests on top of the new Integration Tests.
Feature or Problem Description
The "client generation" feature relies on compiling Kiota with wasm as a compilation target.
So far we have been relying on the fact that the upstream Blazor integration would have caught issues early.
According to this conversation this part of the code has been removed from the project and we should have some sort of E2E test to verify that client code generation still works.
Nice to have: the update to the latest Kiota versions should be automated.
Proposed Solution
Integrate Playwright tests on top of the new Integration Tests.
Additional Context
The repository that is building Kiota is this: https://github.com/Apicurio/apicurio-client-gen
The text was updated successfully, but these errors were encountered: