Skip to content

Tests: Add widget option #1254

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

Closed
wants to merge 1 commit into from

Conversation

petersendidit
Copy link
Member

Allows running qunit tests for a single widget

Many times I am just working on a single widget and want to quickly run just those tests.

grunt test --widget tabs

@arschmitz
Copy link
Member

a suites option like we have in mobile may make more sense https://github.com/jquery/jquery-mobile/blob/master/Gruntfile.js#L789 that way its not just widgets its any test set

@jzaefferer
Copy link
Member

I like the simplicity of this compared to the suites option in mobile. May be use a different name, since this can run core or position tests which aren't strictly "widgets"?

@scottgonzalez
Copy link
Member

I think component would be the proper name.

Allows running qunit tests for a single widget
@petersendidit petersendidit deleted the widget_option branch May 26, 2014 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants