Skip to content

Commit

Permalink
Fix newlines and typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszwojtczak committed Dec 9, 2024
1 parent b5e13a9 commit 905e087
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions docs/integrations/Lambdatest.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Integrations - LambdaTest
---

# Lambdatest overview
# LambdaTest overview

[LambdaTest App Test Automation] is a popular cloud device farm.

Expand All @@ -27,13 +27,13 @@ android {

That's all!

### Upload to Lambdatest
### Upload to LambdaTest

To run Android UI tests on Lambdatest:
To run Android UI tests on LambdaTest:

1. Upload the app under test APK to Lambdatest ([see docs][LT_app_docs])
1. Upload the instrumentation app APK to Lambdatest ([see docs][LT_test_docs])
1. Start test execution on Lambdatest ([see docs][LT_execute_docs])
1. Upload the app under test APK to LambdaTest ([see docs][LT_app_docs])
1. Upload the instrumentation app APK to LambdaTest ([see docs][LT_test_docs])
1. Start test execution on LambdaTest ([see docs][LT_execute_docs])



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ public void runDartTest() {
PatrolJUnitRunner instrumentation = (PatrolJUnitRunner) InstrumentationRegistry.getInstrumentation();
instrumentation.runDartTest(dartTestName);
}
}
}
2 changes: 1 addition & 1 deletion packages/patrol/example/android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
org.gradle.jvmargs=-Xmx1536M
android.useAndroidX=true
android.enableJetifier=true
android.enableJetifier=true
2 changes: 1 addition & 1 deletion packages/patrol/example/android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ plugins {
id "org.jetbrains.kotlin.android" version "1.9.20" apply false
}

include ":app"
include ":app"

0 comments on commit 905e087

Please sign in to comment.