-
Notifications
You must be signed in to change notification settings - Fork 61
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
Testing process on SauceLabs doesn't complete properly #46
Comments
One option would be to ditch TravisCI and use the Sauce Labs CLI in conjunction with GitHub actions. I'm happy to submit a PR with the workflow, then you can add your Sauce Labs credentials to a GitHub secret. |
Let's do it! |
Before completely throwing out TravisCI, I'm curious what configuration changes you tried. Did you try launching chrome with no sandbox? |
It's been a few years, so I don't even remember at this point. I believe it was before Github Actions were a thing. I'd rather just use Github Actions at this point. |
Could you give me permissions to edit actions on the repo while I work on this? I'm not sure which permission it is, but I currently can't re-run jobs :( |
I tweaked a permission. See if that works. If it doesn't, I'll need to do some more research. |
Are you able to re-run jobs now @celesterobinson? |
Yes! Much thanks. I haven't had time for a while to look at this but I'll have a lot of time next week. |
@Aaronius I'm not sure if they're already set up, but would you mind setting up the repo secrets? I realized I need them in there to test the workflow |
Okay, the secrets are set! |
I'm also good with going with BrowserStack if SauceLabs gives us trouble. I've had better luck with BrowserStack in other projects. |
If someone picks this up, let's move to BrowserStack. |
When tests are running on SauceLabs, the process fails. Here's the last relevant message:
See an example failed build here: https://travis-ci.org/github/Aaronius/penpal/builds/685098099
I've tried several configuration changes but haven't had success fixing the problem. Alternatively, explore different testing solutions entirely.
The text was updated successfully, but these errors were encountered: