@cuppet/core 1.0.15 → 1.0.16

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": "@cuppet/core",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "description": "Core testing framework components for Cuppet - BDD framework based on Cucumber and Puppeteer",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -109,7 +109,7 @@ module.exports = {
109
109
  });
110
110
  return this.response;
111
111
  } catch (error) {
112
- throw new Error(`Request failed with: ${error}`);
112
+ throw new Error(`Request failed with: ${error}. Response: ${JSON.stringify(this.response)}`);
113
113
  }
114
114
  },
115
115