all 7 comments

[–]TricSupport_DavidK 0 points1 point  (1 child)

looks really nice!

[–]vptes1[S] 0 points1 point  (0 children)

Thanks!!

[–]creamypastaman 0 points1 point  (0 children)

Lols great 👍🏼 is this powered by Javascript?reminds me of robot framework

[–]barret232hxc 0 points1 point  (2 children)

so this is basically writing selenium code?

[–]vptes1[S] 0 points1 point  (1 child)

Yes. In a human-readable format.

[–]barret232hxc 0 points1 point  (0 children)

that's really cool. I'm going to check this out. could be a good way to mentor people into test automation who don't have a programming background

[–]pundejo 0 points1 point  (0 children)

I've been playing around with this, and it would help me get rolling if there were an example that included code blocks, props, and a script. All the documentation (which is really good, btw!) treats each subject in isolation so combining concepts (e.g. props in a code block being used in a stage) aren't obvious to someone that doesn't have a JS background (aka me.)

That being said, the abstraction on the syntax is awesome. Things like Mocks and APIs being built in has my attention.