Skip to content

Commit

Permalink
feat(mojaloop/2890): redesigned ttk definition report (#223)
Browse files Browse the repository at this point in the history
* feat: refactored testcase definition template

* chore: udpated dependencies

* chore: bumped up the versions and resolved the audits
  • Loading branch information
vijayg10 authored Dec 7, 2022
1 parent 16419f2 commit eb87fa6
Show file tree
Hide file tree
Showing 5 changed files with 3,898 additions and 2,436 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"

services:
mojaloop-testing-toolkit:
image: mojaloop/ml-testing-toolkit:v15.0.0
image: mojaloop/ml-testing-toolkit:v15.3.0
#image: mojaloop/ml-testing-toolkit:local
#build:
# context: .
Expand All @@ -18,7 +18,7 @@ services:
- -c
- "npm start"
mojaloop-testing-toolkit-ui:
image: mojaloop/ml-testing-toolkit-ui:v15.0.1
image: mojaloop/ml-testing-toolkit-ui:v15.0.3
ports:
- "6060:6060"
environment:
Expand Down
2 changes: 1 addition & 1 deletion native-app-generation/build-native-app.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TTK_UI_TAG="v15.0.0"
TTK_UI_TAG="v15.0.3"

HelpMessage () {
echo "Usage: $0 -platform [macos|linux|win] -arch [x64|x86|armv6|armv7]"
Expand Down
Loading

0 comments on commit eb87fa6

Please sign in to comment.