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. You can get these credentials from the [LambdaTest Automation Dashboard](https://automation.lambdatest.com/build) or by your [LambdaTest Profile](https://accounts.lambdatest.com/login).
77
+
Make sure you have your LambdaTest credentials with you to run test automation scripts. You can get these credentials from the [LambdaTest Automation Dashboard](https://automation.lambdatest.com/build?utm_source=github&utm_medium=repo&utm_campaign=codeception-selenium-sample) or by your [LambdaTest Profile](https://accounts.lambdatest.com/login?utm_source=github&utm_medium=repo&utm_campaign=codeception-selenium-sample).
78
78
79
79
**Step 3:** Set LambdaTest `Username` and `Access Key` in environment variables.
80
80
@@ -99,7 +99,7 @@ Make sure you have your LambdaTest credentials with you to run test automation s
99
99
100
100
Notice the declaration of class name **“AcceptanceTester”**. We used this class to specify test configuration, port number, browser name, browser version and other desired capabilities.
101
101
102
-
> **Note:** You can generate capabilities for your test requirements with the help of **[Desired Capability Generator](https://www.lambdatest.com/capabilities-generator/)**.
102
+
> **Note:** You can generate capabilities for your test requirements with the help of **[Desired Capability Generator](https://www.lambdatest.com/capabilities-generator/?utm_source=github&utm_medium=repo&utm_campaign=codeception-selenium-sample)**.
103
103
104
104
### Executing the Test
105
105
@@ -109,13 +109,13 @@ Notice the declaration of class name **“AcceptanceTester”**. We used this cl
109
109
./vendor/bin/codecept run --steps
110
110
```
111
111
112
-
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).
112
+
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.
113
113
114
114
## Testing Locally Hosted Or Privately Hosted Projects
115
115
116
116
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.
117
117
118
-
Refer our [LambdaTest Tunnel documentation](https://www.lambdatest.com/support/docs/testing-locally-hosted-pages/) for more information.
118
+
Refer our [LambdaTest Tunnel documentation](https://www.lambdatest.com/support/docs/testing-locally-hosted-pages/?utm_source=github&utm_medium=repo&utm_campaign=codeception-selenium-sample) for more information.
119
119
120
120
Here’s how you can establish LambdaTest Tunnel.
121
121
@@ -147,9 +147,9 @@ DesiredCapabilities capabilities = new DesiredCapabilities();
147
147
148
148
## Additional Links
149
149
***
150
-
*[Advanced Configuration for Capabilities](https://www.lambdatest.com/support/docs/selenium-automation-capabilities/)
151
-
*[How to test locally hosted apps](https://www.lambdatest.com/support/docs/testing-locally-hosted-pages/)
152
-
*[How to integrate LambdaTest with CI/CD](https://www.lambdatest.com/support/docs/integrations-with-ci-cd-tools/)
150
+
*[Advanced Configuration for Capabilities](https://www.lambdatest.com/support/docs/selenium-automation-capabilities/?utm_source=github&utm_medium=repo&utm_campaign=codeception-selenium-sample)
151
+
*[How to test locally hosted apps](https://www.lambdatest.com/support/docs/testing-locally-hosted-pages/?utm_source=github&utm_medium=repo&utm_campaign=codeception-selenium-sample)
152
+
*[How to integrate LambdaTest with CI/CD](https://www.lambdatest.com/support/docs/integrations-with-ci-cd-tools/?utm_source=github&utm_medium=repo&utm_campaign=codeception-selenium-sample)
153
153
154
154
## Documentation & Resources :books:
155
155
@@ -162,7 +162,7 @@ Visit the following links to learn more about LambdaTest's features, setup and t
162
162
163
163
## LambdaTest Community :busts_in_silhouette:
164
164
165
-
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 🌎
165
+
The [LambdaTest Community](https://community.lambdatest.com/?utm_source=github&utm_medium=repo&utm_campaign=codeception-selenium-sample) 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 🌎
166
166
167
167
## What's New At LambdaTest ❓
168
168
@@ -188,10 +188,10 @@ To stay updated with the latest features and product add-ons, visit [Changelog](
188
188
* LT Browser - for responsive testing across 50+ pre-installed mobile, tablets, desktop, and laptop viewports
0 commit comments