Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow multiple features in volatile configuration #52

Closed
jbpros opened this issue Mar 25, 2012 · 2 comments
Closed

Allow multiple features in volatile configuration #52

jbpros opened this issue Mar 25, 2012 · 2 comments

Comments

@jbpros
Copy link
Member

jbpros commented Mar 25, 2012

It's currently not possible to load more than one feature with the volatile configuration, making it impossible to run a feature suite in memory-only environments like browsers.

@jbpros
Copy link
Member Author

jbpros commented Mar 25, 2012

The VolatileConfiguration object is the one used by the Cucumber constructor. Which in turn is the constructor one can invoke to quickly instantiate a Cucumber.js runner.

Currently we can do this:

var cucumber = Cucumber(featureSource, supportCode);

Where featureSource can only be a String (supportCode being a function).

It should allow for the following:

var cucumber = Cucumber(featureSources, supportCode);

Where featureSources would be an Array of Strings.

@jbpros jbpros closed this as completed in f5417c0 Oct 9, 2012
@lock
Copy link

lock bot commented Oct 25, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Oct 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant