Vitaliy Potapov

Results 140 issues of Vitaliy Potapov

Сейчас при работе с MarketDataStream не очень удобно сопоставлять запросы и ответы по разным подпискам. Например, если я создаю 2 подписки на свечи и приходит ответ со статусом != success,...

enhancement

See https://github.com/debut-js/Core/pull/20#issuecomment-1149727470

enhancement

I'd like to share my thoughts on playwright-bdd development in 2024. There are 3 main directions: 1. **Become less dependent on Cucumber internals** Currently feature files and step definitions are...

**The problem** This is an epic issue for removing dependency on `@cucumber/cucumber`. As stated in a project roadmap #83, there are several reasons for it: > * changes in Cucumber...

enhancement

**The problem** Although Playwright-bdd now supports Cucumber HTML report, it can be useful to adopt [Playwright HTML reporter](https://playwright.dev/docs/test-reporters#html-reporter) for BDD tests. The benefits of Playwright HTML reporter: 1. it embeds...

enhancement
reporter

Hi @vitalets, the html report looks great. One thing I wanted to ask if you can make it possible the traces of a failed test to be opened directly within...

enhancement
reporter

**Describe the problem** Currently only one custom test instance can be provided via `importTestFrom` option. In many cases this is no enough. Depending on project structure, different groups of tests...

thinking

In Playwright there is a [codegen](https://playwright.dev/docs/codegen-intro) feature that generates test-code while you perform actions in browser. What I'm thinking about is to generate BDD code in some similar way. Imagine...

thinking

В тайпингах для [systemMessage](https://github.com/sberdevices/salutejs/blob/c4460eaa63c08095dab18802c1329f6171e0ca83/packages/scenario/src/lib/types/systemMessage.ts#L886) отсутствует `payload.message.original_message_name`. В запросах оно есть.

Идея отсюда https://github.com/Tinkoff/investAPI/pull/245#issuecomment-1226534429