microsoft / ai-chat-protocol

A library + API spec for easily streaming generative AI output to your chat applications.
MIT License
89 stars 11 forks source link

Adding setup for browser tests. #25

Closed glecaros closed 2 months ago

glecaros commented 2 months ago

This pull request introduces changes to the JavaScript SDK, primarily focusing on the testing environment and dependencies. The most significant changes include the addition of new dependencies, updates to existing dependencies, and the introduction of a new testing environment using Vitest and Playwright for browser-based testing.

New dependencies and updates:

Testing environment:

Other changes: