You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,8 +37,7 @@ There are 3 types of build tasks in the build process.
37
37
We built a playground app for testing Web Chat so we can test certain Web Chat specific features.
38
38
39
39
```sh
40
-
cd packages/playground
41
-
npm start
40
+
npm run start:playground
42
41
```
43
42
44
43
Then browse to http://localhost:3000/, and click on one of the connection options on the upper right corner.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
65
65
-`samples/*`: Move to production version of Web Chat, and bump to [`[email protected]`](https://www.npmjs.com/package/react) and [`[email protected]`](https://www.npmjs.com/package/react-dom)
66
66
- Moved the typing indicator to the send box and removed the typing indicator logic from the sagas, by [@tdurnford](https://github.com/tdurnford), in PR [#2321](https://github.com/microsoft/BotFramework-WebChat/pull/2321)
67
67
-`component`: Move `Composer` to React hooks and functional components, by [@compulim](https://github.com), in PR [#2308](https://github.com/compulim/BotFramework-WebChat/pull/2308)
68
+
-`component`: Fix [#1818](https://github.com/microsoft/BotFramework-WebChat/issues/1818) Move to functional components by [@corinagum](https://github.com/corinagum), in PR [#2322](https://github.com/microsoft/BotFramework-WebChat/pull/2322)
Copy file name to clipboardExpand all lines: __tests__/README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,10 @@
2
2
3
3
Automated testing in Web Chat is using multiple open-source technologies.
4
4
5
-
-[Travis CI](https://travis-ci.org/) for automatic testing
5
+
-[Azure DevOps](https://azure.microsoft.com/en-us/services/devops/) for automatic testing
6
6
- Test against [MockBot](https://github.com/compulim/BotFramework-MockBot)
7
7
- Try it out with this [live demo](https://microsoft.github.io/BotFramework-WebChat/01.a.getting-started-full-bundle)
8
-
- Visual regression test (a.k.a. compare screenshots)
- Generated on [Chrome on Docker](https://github.com/SeleniumHQ/docker-selenium)
10
10
- Compared using [`pixelmatch`](https://npmjs.com/package/pixelmatch) via [`jest-image-snapshot`](https://npmjs.com/package/jest-image-snapshot)
11
11
- Run under [`Jest`](https://jestjs.io/)
@@ -16,7 +16,8 @@ Automated testing in Web Chat is using multiple open-source technologies.
16
16
17
17
- Install Docker
18
18
- On Windows, set environment variable `COMPOSE_CONVERT_WINDOWS_PATHS=1`
0 commit comments