Skip to content

Commit

Permalink
[no ci] add getter for debug port
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrthomas committed Jan 23, 2024
1 parent 78a5a7b commit e6c2e36
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions karate-core/src/main/java/com/intuit/karate/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,10 @@ public int getThreads() {
return threads;
}

public int getDebugPort() {
return debugPort;
}

public String getName() {
return name;
}
Expand Down

0 comments on commit e6c2e36

Please sign in to comment.