GithubHelp home page GithubHelp logo

cellophane's People

Stargazers

 avatar  avatar

Watchers

 avatar

cellophane's Issues

Unable to Run Features by Name or Line Number

One thing I noticed is that I am not able to run scenarios by their line number or with part of the name of the scenario. For example, in Cucumber you can do this:

cucumber features\example.feature:9

or

cucumber features\example.feature --name "Login"

In both cases, those will execute a specific scenario which can be handy when you just want to test out that one. Looking at the code here, I don't necessarily where I would handle that. I do know that within the cellophane.yaml file, I can add "--name 'Login'" to the cucumber options and it will work. But, of course, you won't want to necessarily always be updating your yaml file for this.

You can specify this with the -c option on the command line but that then overwrites all the other options in your yaml file. I'm also finding that if I do this at the command line, the tool parses the switch as part of the pattern. Specifically, if I do

cellophane -c --name "Login"

I get a message saying that no features were found matching the pattern 'Login'.

So I don't know. I'm thinking about how to best handle this but before I did I was curious if you had made any attempts or had ideas.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.