Uh oh!
There was an error while loading. Please reload this page.
Basic UI tests with playwright - #33
Conversation
✅ Deploy Preview for mellow-manatee-3041fb ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
stavshamir
commented
Oct 31, 2022
Upgrading is great, thanks.
|
timonback
commented
Nov 20, 2022
Great to hear. I did cleanup the PR and from my point of view it is ready to merge. I left the tests as is and also included the (already written) channel section tests. Unit tests for the mapper can be added in another pr. My go-to default tool is jest for this. I can imagine tests to verify that the kafka, amqp, spring-stream yml are converted (without error). |
- Angular upgrade to v14 - ngx-highlightjs to v7 - rxjs to v7 - typescript to v4 Removed: - angular/compiler - tslib - ts-node - tslint (deprecated) - -> codelyzer Removed (unused): - testing (jasmine, karma) - protractor
593b6c6 to
989913dCompare
This PR exists to start a discussion:
The PR will need some further tweaking and more tests. However, what do you think about the direction?