-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Feature/lambdatest grid #5260
base: master
Are you sure you want to change the base?
Feature/lambdatest grid #5260
Conversation
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here (e.g. What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
1 similar comment
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here (e.g. What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
I signed it! |
2 similar comments
I signed it! |
I signed it! |
I signed it! |
2 similar comments
I signed it! |
I signed it! |
All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the ℹ️ Googlers: Go here for more info. |
1 similar comment
All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the ℹ️ Googlers: Go here for more info. |
I signed it! |
PR to add LambdaTest support in Protractor
Description
Add LambdaTest integration support in Protractor. LambdaTest provides a distributed selenium grid which helps you to perform testing on a wide range of browsers on 4+ windows platform and 6+ mac platform.
Motivation and Context
Protractor is a great end to end testing framework and LambdaTest is an amazing cloud browser provider with awesome selenium support. The alliance between the two obviously seems natural. This feature will provide tight integration within Protractor to perform selenium based testing on a wide range of browsers on the cloud which will complement the already existing great tooling and the ecosystem provided by Protractor.
In addition to that, many of our customers are already using Protractor and want test on LambdaTest platform from within the framework
How Has This Been Tested?
Types of changes
Checklist:
This change follows the natural way of adding integration support for a 3rd party testing infrastructure provider.