grafana / xk6-webcrypto

WIP implementation of the WebCrypto specification for k6
GNU Affero General Public License v3.0
7 stars 4 forks source link

Web Platform Tests part 2 #90

Closed olegbespalov closed 1 month ago

olegbespalov commented 1 month ago

What?

This primarily applies suggestions that @mstoykov made in #87.

It also moves tests around, and the reason is to have the chance to test suites separately in CI (before the PR, we run the regular tests twice)

Why?

This simplifies the maintenance of the tests and improves the developer's UX.

olegbespalov commented 1 month ago

Also @mstoykov huge thanks for the suggestion about the approach, and @joanlopez, for the implementation that I used as the base, I really love how now everything is structured :heart_eyes: