Comparing version 0.0.13 to 0.0.14
@@ -98,4 +98,4 @@ import { spawn } from 'node:child_process'; | ||
}); | ||
console.log(`➡️ See more test details at ${PLATFORM_URL}/api-testing/tests/${sessionId}`); | ||
console.log(`\n➡️ See more test details at ${PLATFORM_URL}/api-testing/tests/${sessionId}`); | ||
process.exit(success ? 0 : 1); | ||
}; |
{ | ||
"name": "qa", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"author": "Christian Bromann <christian@codeless.qa>", | ||
@@ -5,0 +5,0 @@ "description": "Codeless QA CLI", |
53514