Yakov Litvin

Results 122 comments of Yakov Litvin

This post says: is it possible to add support of CodeMirror? The js lib for creating code editors with syntax highlighting. Although this is a rather broad question and some...

Well, I am interested indeed, but I'm not sure where to start from, what changes to put so that I can create a PR. Any suggestions?

@denelon could you explain it a bit for an "end-user": is it correct that: 1. `winget install "App Installer" -s msstore` supposed to update App Installer 2. winget is a...

tried `winget upgrade winget`, got ~"No available updates found. No more recent versions in the configured sources." (translated back to English, so the wording may be not accurate) `winget -v`...

Thanks, @Jermolene, looks like the fixed version works fine (produces the same result as 5.2.1, at least on the current dev snapshot)!

Ok, like I've reported in #764, I've added debugging in `initialSetup` in synpress/commands/metamask.js: ``` async initialSetup( playwrightInstance, { secretWordsOrPrivateKey, network, password, enableAdvancedSettings, enableExperimentalSettings, }, ) { console.log(`YL debug point 1,...

Right, so now that I've defeated several issues, the problem is boiled down to 1. the [cypress run vs open issue](https://github.com/Synthetixio/synpress/issues/414#issuecomment-1586233431); 2. I have to retest this, but it seems...

Current DX is a total nightmare. The following 2 issues ruin the workflow: 1. the [broken watch mode](https://github.com/Synthetixio/synpress/issues/414#issuecomment-1586233431) (i.e. `cypress open` not working) means that the feedback loop for a...

Ok, looks like putting afterEach(function() { if (this.currentTest?.state === 'failed') { cy.pause(); } }); into a steps definition file is a working approach to beat the "not sure where the...

Another problem, a somewhat complicated one: https://github.com/cypress-io/cypress/issues/27437 – `cy.visit` fails when using Synpress and Cucumber on a page that uses Chatbase. I'll probably create a separate issue for this here...