froth-webdriverio-framework 3.0.25 → 3.0.26

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.
@@ -33,7 +33,8 @@ const commonconfig = {
33
33
  beforeSuite: async function (suite) {
34
34
  try {
35
35
  console.log(`========= Test suite: ' ${suite.title}' has been started=========`,);
36
- const specCount = suite.specs.total
36
+ console.log('========= Suite Object:', suite);
37
+ const specCount = suite.specCount;
37
38
 
38
39
  console.log(`========= Number of specs in the suite: ${specCount}`);
39
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "froth-webdriverio-framework",
3
- "version": "3.0.25",
3
+ "version": "3.0.26",
4
4
  "readme": "WebdriverIO Integration",
5
5
  "description": "WebdriverIO and BrowserStack App Automate",
6
6
  "license": "MIT",