froth-webdriverio-framework 3.0.131 → 3.0.133

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.
@@ -59,6 +59,7 @@ async function getExecuitonDetails(frothUrl, token, id) {
59
59
 
60
60
  async function getExecuitonScriptDetails(frothUrl, token, execution_id, script_id, script_platform) {
61
61
  let id;
62
+ console.log("script id is :" + script_id+" script platform is :"+script_platform+" execution id is :"+execution_id+" token is :"+token)
62
63
  const url = `${frothUrl}/api/execution-script-mapping/?execution_id=${execution_id}&automation_script_id=${script_id}&platform=${script_platform}`;
63
64
 
64
65
  try {
@@ -60,5 +60,5 @@ function main() {
60
60
 
61
61
  console.log('JWT signed token:', generateJWTToken(payload));
62
62
  }
63
- main()
63
+ //main()
64
64
  module.exports = { generateJWTToken}
@@ -40,13 +40,6 @@ const commonconfig = {
40
40
  }
41
41
  },
42
42
 
43
- before: async function (capabilities, specs) {
44
- console.log('==== BEFORE HOOK ====');
45
-
46
- // Capture uncaught exceptions (including syntax errors)
47
-
48
- },
49
-
50
43
 
51
44
  beforeSession: async function (config, capabilities, specs) {
52
45
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "froth-webdriverio-framework",
3
- "version": "3.0.131",
3
+ "version": "3.0.133",
4
4
 
5
5
  "readme": "WebdriverIO Integration",
6
6
  "description": "WebdriverIO and BrowserStack App Automate",