Skip to content

Commit

Permalink
desktop #53 - add desktop platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
cproof committed Sep 22, 2023
1 parent 21cc28e commit 9f69e75
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/main/java/at/rtr/rmbt/enums/TestPlatform.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@
@Getter
public enum TestPlatform {
ANDROID("Android"),
IOS("iOS");
IOS("iOS"),

WINDOWS("WINDOWS_NT"),
DARWIN("DARWIN"),
LINUX("LINUX");

private String label;

Expand Down

0 comments on commit 9f69e75

Please sign in to comment.