@microsoft/teamsfx 1.1.2-alpha.3113a0b87.0 → 1.1.2-alpha.36186c735.0

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": "@microsoft/teamsfx",
3
- "version": "1.1.2-alpha.3113a0b87.0",
3
+ "version": "1.1.2-alpha.36186c735.0",
4
4
  "description": "Microsoft Teams Framework for Node.js and browser.",
5
5
  "main": "dist/index.node.cjs.js",
6
6
  "browser": "dist/index.esm2017.js",
@@ -21,7 +21,7 @@
21
21
  "test:unit:node": "nyc --no-clean -- mocha 'test/unit/{,!(browser)/**/}*.spec.ts' --file src/index.ts -r config/mocha.env.ts --config config/mocharc.node.js",
22
22
  "test:unit": "npm run test:unit:node && npm run test:unit:browser ",
23
23
  "test:e2e:browser": "karma start --single-run --integration",
24
- "test:e2e:node": "mocha 'test/e2e/node/*.spec.ts' --file src/index.ts -r config/mocha.env.ts --config config/mocharc.node.js --reporter xunit --reporter-option output=test-results.node.xml ",
24
+ "test:e2e:node": "mocha --reporter mocha-multi-reporters 'test/e2e/node/*.spec.ts' --file src/index.ts -r config/mocha.env.ts --config config/mocharc.node.js --reporter-options configFile=config/mocha-multi-reporter.json",
25
25
  "test:e2e": "npm run test:e2e:node && npm run test:e2e:browser",
26
26
  "ui-test": "mocha --no-timeouts -r test/mocha.env.ts -r ts-node/register test/ui/**/*.spec.ts --exit",
27
27
  "check-sensitive": "npx eslint --plugin 'no-secrets' --cache --ignore-pattern 'package.json' --ignore-pattern 'package-lock.json'",
@@ -49,7 +49,7 @@
49
49
  "@azure/identity": "^2.0.1",
50
50
  "@azure/msal-browser": "^2.21.0",
51
51
  "@azure/msal-node": "~1.1.0",
52
- "@microsoft/adaptivecards-tools": "1.0.2-alpha.3113a0b87.0",
52
+ "@microsoft/adaptivecards-tools": "1.0.2-alpha.36186c735.0",
53
53
  "@microsoft/microsoft-graph-client": "^3.0.1",
54
54
  "adaptivecards": "^2.10.0",
55
55
  "axios": "^0.27.2",
@@ -78,6 +78,7 @@
78
78
  "@types/chai-as-promised": "^7.1.4",
79
79
  "@types/fs-extra": "^9.0.11",
80
80
  "@types/mocha": "^9.0.0",
81
+ "@types/mochawesome": "^6.2.1",
81
82
  "@types/node": "^16.11.7",
82
83
  "@types/sinon": "^10.0.6",
83
84
  "@types/tedious": "^4.0.5",
@@ -112,7 +113,8 @@
112
113
  "karma-webpack": "^5.0.0",
113
114
  "lint-staged": "^11.2.6",
114
115
  "mocha": "^9.2.0",
115
- "mocha-junit-reporter": "^2.0.2",
116
+ "mocha-multi-reporters": "^1.5.1",
117
+ "mochawesome": "^7.0.1",
116
118
  "mocked-env": "^1.3.5",
117
119
  "nyc": "^15.1.0",
118
120
  "prettier": "^2.4.1",
@@ -129,7 +131,7 @@
129
131
  "webpack": "^5.62.1",
130
132
  "yargs": "^17.2.1"
131
133
  },
132
- "gitHead": "d68af0c479ef36a05d38de336a5c4927025e4b1b",
134
+ "gitHead": "78f3b6cb136e3ba01e782afdb3ee6244d1f541bd",
133
135
  "publishConfig": {
134
136
  "access": "public"
135
137
  },