Todd Tarsi

Results 417 comments of Todd Tarsi

@929541303 - Thanks for the report! Are you encountering this on v3 or v4 beta? If v4 beta, I will work on it this weekend

Dang! Yes, I am sorry. Getting tests working again here is part of getting out of alpha for me. Honestly, I haven't been excited about this. To get these tests...

Anyway, yeah. These tests need to be converted to typescript and then they should run again. I didn't think I needed to prioritize it too much for now, but if...

Dude, this is fucking awesome! @matewilk - There are two packages: 1. side-models - I think this has Command in it 2. side-runtime - I think this has ControlFlowCommandNames

@matewilk - I will have to look later tonight, but I would be overjoyed to provide an example of this.

@matewilk - I am so sorry. I wish I could have gotten to this last night, but I was driving back from SeleniumConf until 10 or so. I will get...

@matewilk - Okay, did some checking on the code-export and it needed a couple tweaks. Did that and ended up with this for an example package: https://github.com/SeleniumHQ/selenium-ide/tree/trunk/packages/side-example-suite Let me know...

> Hi @toddtarsi, > > Appreciate your work, I've reviewed your PR and I'm not entirely sure if we understood each other. I'm building a new javascript exporter, so it's...

Also! It has to use the default export, so if non es6: ``` module.exports = { default: yourLanguageEmitter }; ```

@pr0grammm - Do you mean in selenium-side-runner? I believe there is a boolean on suites for persistSession that should do this. Please try that, and let me know here if...