Skip to content

Cucumber support? #9

@mathpunk

Description

@mathpunk

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions