Nikita Mashchenko
Nikita Mashchenko
Hey guys, as I followup I identified following: I want to focus on FE app in monorepo: https://github.com/streamdal/streamdal/tree/main/apps/console Seems like you already have integration tests with playwright that I would...
Thanks @dselans I have installed, ran and verified everything is working. To summarize my first steps in setting up testing here I will introduce new format for tests: any folder...
I also want to point out that during testing I found following issue: The test looked like: ``` Deno.test("setValue with empty keys array returns original data", () => { const...