-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Need support for CI/CD using bamboo #206
Comments
Can I ask what you mean by the grid in the testing environment?
…Sent from my iPhone
On Nov 2, 2017, at 14:42, Brad19 ***@***.***> wrote:
First of all. This tool offers many cool features and breaks the contemporary traditional automation testing limitations. Kudos to the team !!!
I've been going through the features and experimenting it. Currently i'm not sure if we can implement CI/CD using Atlassian Bamboo as there is no concept of grid here. Can you please advise on this as our CI/CD server is with Bamboo. Your response might help us to have a quick win over deciding the Automation tool in our environment.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I think he means - how does he load balance or parallelize our tests across
multiple instances / nodes.
The answer is - you use our Module API today (example here)
cypress-io/cypress#416 (comment)
...or you wait and in another couple weeks we'll have load balancing built
first class into Cypress. We have been working hard on this feature!
On Thu, Nov 2, 2017 at 2:48 PM, Gleb Bahmutov <notifications@github.com>
wrote:
… Can I ask what you mean by the grid in the testing environment?
Sent from my iPhone
> On Nov 2, 2017, at 14:42, Brad19 ***@***.***> wrote:
>
> First of all. This tool offers many cool features and breaks the
contemporary traditional automation testing limitations. Kudos to the team
!!!
>
> I've been going through the features and experimenting it. Currently i'm
not sure if we can implement CI/CD using Atlassian Bamboo as there is no
concept of grid here. Can you please advise on this as our CI/CD server is
with Bamboo. Your response might help us to have a quick win over deciding
the Automation tool in our environment.
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub, or mute the thread.
>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#206 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABNc8C48IchL6W4vUVUahJmH1lUczBHuks5syg5-gaJpZM4QQKhu>
.
|
I mean can you configure and run multiple instances in Bamboo without issues. For eg., i've more than 1 plan configured in Bamboo. |
@brian-mann / @bahmutov |
I'm confused. Per your response it sounds like you are asking a question: "Can you configure and run multiple instances in Bamboo without issues?". The answer is yes - unless there is an issue I'm not aware of. Are you having an issue? What issue? |
I think he is asking : is there a plugin to integrate Cypress in Atlassian Bamboo ? |
I don't understand the problem. Is Cypress NOT working on Bamboo CI? Or is there additional integration that can make the test runner more useful? |
My first run with Cypress on Bamboo spit out following. `
` I'm digging into it. Probably we need docker within Bamboo. Anyone experienced the same? UPDATE: UPDATE:
|
For anyone with the same problem, there's also a docker image available with all cypress dependencies already installed. |
I need also help. After that I've added a task in bamboo to run my cypress tests - using the command "run cy:test" What options do I have to act with failed test, generally in bamboo ? |
Hello I need detail steps - hw can I run cypress n bamboo. Can you please guide me? |
First of all. This tool offers many cool features and breaks the contemporary traditional automation testing limitations. Kudos to the team !!!
I've been going through the features and experimenting it. Currently i'm not sure if we can implement CI/CD using Atlassian Bamboo as there is no concept of grid here. Can you please advise on this as our CI/CD server is with Bamboo. Your response might help us to have a quick win over deciding the Automation tool in our environment.
The text was updated successfully, but these errors were encountered: