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

Localsauce karma #1215

Closed
wants to merge 2 commits into from
Closed

Localsauce karma #1215

wants to merge 2 commits into from

Conversation

gkatsev
Copy link
Member

@gkatsev gkatsev commented May 16, 2014

This adds an untested local ability to run tests on saucelabs.
You run it in one of two ways:

# assuming you already have a connection to saucelabs
grunt saucelabs

# if you want grunt to run sauce_connect for you and then run the task
grunt saucelabs:connect

@heff
Copy link
Member

heff commented May 19, 2014

What does someone need to do to add their own auth credentials to make this work?

@gkatsev
Copy link
Member Author

gkatsev commented May 19, 2014

Ah, right. You just need to set SAUCE_USERNAME and SAUCE_ACCESS_KEY as shell variables.

@heff
Copy link
Member

heff commented May 19, 2014

Do you think it's worth adding something to CONTRIBUTING.md that tells people how to do that?

@gkatsev
Copy link
Member Author

gkatsev commented May 19, 2014

Assuming that you've been able to run this task and it works. I've yet to test it.

Also, we do need to update CONTRIBUTING.md with how to use the test task.

@heff
Copy link
Member

heff commented May 19, 2014

Haven't had a chance to try the creds yet, but yeah, after that updating the doc with the test task would be great.

@heff
Copy link
Member

heff commented Jun 11, 2014

Where did we end up on this one?

@gkatsev
Copy link
Member Author

gkatsev commented Jun 11, 2014

Did you get a chance to try that out? Other than some documentation, it should be ok.

@heff
Copy link
Member

heff commented Jun 11, 2014

Yeah, grunt saucelabs works for me. I'm not sure I'm understanding the grunt saucelabs:connect relationship. I ran it an it just seemed to hang, not running any tests. But just running saucelabs alone worked for me.

@gkatsev
Copy link
Member Author

gkatsev commented Jun 11, 2014

Ah, grunt saucelabs worked? Cool.
I added grunt saucelabs:connect to equivalent to what is happening on travis ci with the "sauce connect" plugin thing, but it's very possible we don't actually need it for running locally.

@heff
Copy link
Member

heff commented Jul 3, 2014

Would you rather I pull this in now or wait until you can apply you latest learning?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants