You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure you have your LambdaTest credentials with you to run test automation scripts on LambdaTest Selenium Grid. You can obtain these credentials from the [LambdaTest Automation Dashboard](https://automation.lambdatest.com/build) or through [LambdaTest Profile](https://accounts.lambdatest.com/login).
70
+
Make sure you have your LambdaTest credentials with you to run test automation scripts on LambdaTest Selenium Grid. You can obtain these credentials from the [LambdaTest Automation Dashboard](https://automation.lambdatest.com/build?utm_source=github&utm_medium=repo&utm_campaign=php-selenium) or through [LambdaTest Profile](https://accounts.lambdatest.com/login?utm_source=github&utm_medium=repo&utm_campaign=php-selenium).
71
71
72
72
**Step 3:** Set LambdaTest `Username` and `Access Key` in environment variables.
73
73
* For **Linux/macOS**:
@@ -104,7 +104,7 @@ $capabilities = array(
104
104
"firefox.driver" => v0.23.0
105
105
)
106
106
```
107
-
You can generate capabilities for your test requirements with the help of our inbuilt [Desired Capability Generator](https://www.lambdatest.com/capabilities-generator/).
107
+
You can generate capabilities for your test requirements with the help of our inbuilt [Desired Capability Generator](https://www.lambdatest.com/capabilities-generator/?utm_source=github&utm_medium=repo&utm_campaign=php-selenium).
108
108
109
109
110
110
### Executing the Test
@@ -114,13 +114,13 @@ You can generate capabilities for your test requirements with the help of our in
114
114
```bash
115
115
php tests/LambdaTest.php
116
116
```
117
-
Your test results would be displayed on the test console (or command-line interface if you are using terminal/cmd) and on [LambdaTest automation dashboard](https://automation.lambdatest.com/build).
117
+
Your test results would be displayed on the test console (or command-line interface if you are using terminal/cmd) and on LambdaTest automation dashboard.
118
118
119
119
## Testing Locally Hosted Or Privately Hosted Projects
120
120
121
121
You can test your locally hosted or privately hosted projects with LambdaTest Selenium grid using LambdaTest Tunnel. All you would have to do is set up an SSH tunnel using tunnel and pass toggle `tunnel = True` via desired capabilities. LambdaTest Tunnel establishes a secure SSH protocol based tunnel that allows you in testing your locally hosted or privately hosted pages, even before they are live.
122
122
123
-
Refer our [LambdaTest Tunnel documentation](https://www.lambdatest.com/support/docs/testing-locally-hosted-pages/) for more information.
123
+
Refer our [LambdaTest Tunnel documentation](https://www.lambdatest.com/support/docs/testing-locally-hosted-pages/?utm_source=github&utm_medium=repo&utm_campaign=php-selenium) for more information.
124
124
125
125
Here’s how you can establish LambdaTest Tunnel.
126
126
@@ -153,16 +153,16 @@ Once you are able to connect **LambdaTest Tunnel** successfully, you would just
153
153
154
154
Check out our latest tutorials on PHP automation testing 👇
155
155
156
-
*[10 of the Best PHP Testing Frameworks for 2021](https://www.lambdatest.com/blog/best-php-testing-frameworks-2021/)
157
-
*[Getting Started With Selenium PHP For Automation Testing](https://www.lambdatest.com/blog/selenium-php-tutorial/)
158
-
*[Web automation testing using Selenium PHP on cloud-based Selenium Grid](https://www.lambdatest.com/blog/selenium-php-tutorial)
159
-
*[Handling Multiple Browser Windows and Tabs in Selenium PHP](https://www.lambdatest.com/blog/handling-windows-in-selenium-with-php/)
160
-
*[How to Work with Tables in Selenium PHP?](https://www.lambdatest.com/blog/tables-in-selenium-php/)
161
-
*[How To Open IE and Edge Browsers In Selenium WebDriver Using PHP](https://www.lambdatest.com/blog/open-ie-and-edge-browser-in-selenium-webdriver-using-php/)
162
-
*[How to Handle Synchronization in Selenium PHP Using Implicit and Explicit Wait?](https://www.lambdatest.com/blog/implicit-explicit-wait-in-selenium/)
163
-
*[How to Execute JavaScript in Selenium PHP?](https://www.lambdatest.com/blog/executing-javascript-in-selenium-php/)
164
-
*[How to Generate PHPUnit Coverage Report in HTML and XML?](https://www.lambdatest.com/blog/phpunit-code-coverage-report-html/)
165
-
*[How to Setup CI/CD Pipeline with Bamboo for PHP Projects?](https://www.lambdatest.com/blog/how-to-setup-cicd-pipeline-with-bamboo-for-php-projects/)
156
+
*[10 of the Best PHP Testing Frameworks for 2021](https://www.lambdatest.com/blog/best-php-testing-frameworks-2021/?utm_source=github&utm_medium=repo&utm_campaign=php-selenium)
157
+
*[Getting Started With Selenium PHP For Automation Testing](https://www.lambdatest.com/blog/selenium-php-tutorial/?utm_source=github&utm_medium=repo&utm_campaign=php-selenium)
158
+
*[Web automation testing using Selenium PHP on cloud-based Selenium Grid](https://www.lambdatest.com/blog/selenium-php-tutorial/?utm_source=github&utm_medium=repo&utm_campaign=php-selenium)
159
+
*[Handling Multiple Browser Windows and Tabs in Selenium PHP](https://www.lambdatest.com/blog/handling-windows-in-selenium-with-php/?utm_source=github&utm_medium=repo&utm_campaign=php-selenium)
160
+
*[How to Work with Tables in Selenium PHP?](https://www.lambdatest.com/blog/tables-in-selenium-php/?utm_source=github&utm_medium=repo&utm_campaign=php-selenium)
161
+
*[How To Open IE and Edge Browsers In Selenium WebDriver Using PHP](https://www.lambdatest.com/blog/open-ie-and-edge-browser-in-selenium-webdriver-using-php/?utm_source=github&utm_medium=repo&utm_campaign=php-selenium)
162
+
*[How to Handle Synchronization in Selenium PHP Using Implicit and Explicit Wait?](https://www.lambdatest.com/blog/implicit-explicit-wait-in-selenium/?utm_source=github&utm_medium=repo&utm_campaign=php-selenium)
163
+
*[How to Execute JavaScript in Selenium PHP?](https://www.lambdatest.com/blog/executing-javascript-in-selenium-php/?utm_source=github&utm_medium=repo&utm_campaign=php-selenium)
164
+
*[How to Generate PHPUnit Coverage Report in HTML and XML?](https://www.lambdatest.com/blog/phpunit-code-coverage-report-html/?utm_source=github&utm_medium=repo&utm_campaign=php-selenium)
165
+
*[How to Setup CI/CD Pipeline with Bamboo for PHP Projects?](https://www.lambdatest.com/blog/how-to-setup-cicd-pipeline-with-bamboo-for-php-projects/?utm_source=github&utm_medium=repo&utm_campaign=php-selenium)
166
166
167
167
168
168
## Documentation & Resources :books:
@@ -176,7 +176,7 @@ Visit the following links to learn more about LambdaTest's features, setup and t
176
176
177
177
## LambdaTest Community :busts_in_silhouette:
178
178
179
-
The [LambdaTest Community](https://community.lambdatest.com/) allows people to interact with tech enthusiasts. Connect, ask questions, and learn from tech-savvy people. Discuss best practises in web development, testing, and DevOps with professionals from across the globe 🌎
179
+
The [LambdaTest Community](https://community.lambdatest.com/?utm_source=github&utm_medium=repo&utm_campaign=php-selenium) allows people to interact with tech enthusiasts. Connect, ask questions, and learn from tech-savvy people. Discuss best practises in web development, testing, and DevOps with professionals from across the globe 🌎
180
180
181
181
## What's New At LambdaTest ❓
182
182
@@ -202,11 +202,11 @@ To stay updated with the latest features and product add-ons, visit [Changelog](
202
202
* LT Browser - for responsive testing across 50+ pre-installed mobile, tablets, desktop, and laptop viewports
0 commit comments