haven-cypress-integration 1.3.0 → 1.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "haven-cypress-integration",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "Seamless Cypress integration with HAVEN test case management",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -130,6 +130,7 @@ try {
130
130
 
131
131
  async function postResults(formattedResults, notFoundList, planId, runId) {
132
132
  const postUrl = `${baseUrl}/api/test-results`;
133
+ console.log(`🔗 Posting to URL: ${postUrl}`);
133
134
 
134
135
  const payload = {
135
136
  planId,