Zabil Cheriya Maliackal
Zabil Cheriya Maliackal
Here's the output on the latest version 1.0.26 in non headless mode. Can you please make sure that you are using the latest version
Thanks for reporting this. Remark is a dependency by the [documentation](https://documentation.js.org/) project. Taiko uses `documentation` command line to create API documentation. The API documentation creating process does not use markdown...
Sure, I can assign it to you. Just to clarify this won't break existing behaviour right? (i.e it should accept attribute value pairs too)
Can you please share a sample script (not your project code) to replicate the issue?
Please modify your code from ``` step("'Peter' verify'", async function () { try { const elementText = await text('Peter', below('Pete')).exists(0,0); assert.equal(elementText, 'Pettteer'); } catch (error) { console.error(error); } }); ```...
> I understand that this used to work for you in an older version, but without being able to reproduce it, nobody can say what the issue is. click() on...
I think the syntax specs are specified at https://github.com/getgauge/gauge-vscode/blob/master/syntaxes/markdown.tmLanguage And is based on markdown. You can try changing it to see if that works.
@zhipingren Can you share the spec file format at the following location in your error trace? ``` Failed to parse /home/centos/diracsea/powergauge/step_impl/LIVE/step_implement/live_push_pull.py: Error, got an unexpected token STAR here: ``` Parsing...
Hi, We see this issue where the logs are not completely shipped. For reference here is the setup. ``` logger = winston.createLogger({ level, transports: [ new LokiTransport({ host: lokiHost, batching:...
> Is this project dead? @AndyBrownlie info project status is available here https://github.com/getgauge/gauge#important-note