@microsoft/teamsfx 1.1.2-alpha.062e4a5ea.0 → 1.1.2-alpha.0d532389e.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.062e4a5ea.0",
3
+ "version": "1.1.2-alpha.0d532389e.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,8 +49,9 @@
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.062e4a5ea.0",
52
+ "@microsoft/adaptivecards-tools": "1.0.2-alpha.0d532389e.0",
53
53
  "@microsoft/microsoft-graph-client": "^3.0.1",
54
+ "adaptivecards": "^2.10.0",
54
55
  "axios": "^0.27.2",
55
56
  "botbuilder": ">=4.15.0 <5.0.0",
56
57
  "botbuilder-dialogs": ">=4.15.0 <5.0.0",
@@ -77,6 +78,7 @@
77
78
  "@types/chai-as-promised": "^7.1.4",
78
79
  "@types/fs-extra": "^9.0.11",
79
80
  "@types/mocha": "^9.0.0",
81
+ "@types/mochawesome": "^6.2.1",
80
82
  "@types/node": "^16.11.7",
81
83
  "@types/sinon": "^10.0.6",
82
84
  "@types/tedious": "^4.0.5",
@@ -111,7 +113,8 @@
111
113
  "karma-webpack": "^5.0.0",
112
114
  "lint-staged": "^11.2.6",
113
115
  "mocha": "^9.2.0",
114
- "mocha-junit-reporter": "^2.0.2",
116
+ "mocha-multi-reporters": "^1.5.1",
117
+ "mochawesome": "^7.0.1",
115
118
  "mocked-env": "^1.3.5",
116
119
  "nyc": "^15.1.0",
117
120
  "prettier": "^2.4.1",
@@ -128,7 +131,7 @@
128
131
  "webpack": "^5.62.1",
129
132
  "yargs": "^17.2.1"
130
133
  },
131
- "gitHead": "80bf143f6e23eb23315e9e4a55d3159a6ded5efd",
134
+ "gitHead": "afb25b8c81c40ca2ea8bb81518554c13ef089b17",
132
135
  "publishConfig": {
133
136
  "access": "public"
134
137
  },