-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hello! I am implementing integration tests in Cypress at work, and we decided to use the Cucumber preprocessor. I'd love to try writing steps in ClojureScript to see what that's like; maybe something like
hello-cljs.feature
Given I can write steps in Clojure
hello-cljs/steps.cljs
(given #"I can write steps in Clojure(Script)?"
(.should (.window cy) "have.property" "top")))
Do you think this is achievable? I don't know a lot about JavaScript -- any time I see module.exports I start sweating -- but I would try to help if this sounds like a feature worth adding.
Metadata
Metadata
Assignees
Labels
No labels