Skip to content
This repository was archived by the owner on Dec 3, 2025. It is now read-only.

Commit 47d8be2

Browse files
author
Sebastian Krawczyk
authored
Update README.md
1 parent 8d4db7d commit 47d8be2

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,13 @@ The following things can be managed by the plugin:
2424
# Integration into the project
2525
## Groovy
2626
### Plugins DSL
27+
```
2728
plugins {
2829
id "de.welt.apps.testdevicemanager" version "1.1"
2930
}
30-
31+
```
3132
### Legacy plugin application
33+
```
3234
buildscript {
3335
repositories {
3436
maven {
@@ -41,14 +43,16 @@ buildscript {
4143
}
4244
4345
apply plugin: "de.welt.apps.testdevicemanager"
44-
46+
```
4547
## Kotlin
4648
### Plugins DSL
49+
```
4750
plugins {
4851
id("de.welt.apps.testdevicemanager") version "1.1"
4952
}
50-
53+
```
5154
### Legacy plugin application
55+
```
5256
buildscript {
5357
repositories {
5458
maven {
@@ -61,7 +65,7 @@ buildscript {
6165
}
6266
6367
apply(plugin = "de.welt.apps.testdevicemanager")
64-
68+
```
6569
# Setup
6670
All of the following extension values can be maintained but do not need to be used at all.
6771
```
@@ -97,5 +101,3 @@ The following tasks will be added to the ```device setup``` section of the gradl
97101
```
98102
Run these tasks before you run your espresso tests and setup your test devices.
99103

100-
# More detailed information
101-
// add Link to article on Medium.ocm

0 commit comments

Comments
 (0)