botbuilder-js/testing
Joel Mut 84dc7e4a87
refactor: [#4684] Replace browserify with tsup (#4774)
* Replace browserify with tsup in adaptive-expressions

* Remove remaining browserify packages

* Fix streaming tests

* Fix yarn.lock

* fix depcheck
2024-10-29 12:34:11 -05:00
..
bot-integration bump: Update ESLint packages and migrate to eslint.config.cjs files (#4776) 2024-10-29 09:04:25 -05:00
botbuilder-test-utils Replace nanoid with crypto (#4769) 2024-10-29 12:27:38 -05:00
browser-functional refactor: [#4684] Replace browserify with tsup (#4774) 2024-10-29 12:34:11 -05:00
consumer-test bump: Update ESLint packages and migrate to eslint.config.cjs files (#4776) 2024-10-29 09:04:25 -05:00
functional bump: [#4684] Update multiple dependencies inside internal libraries to latest version (#4752) 2024-09-18 16:00:12 -05:00
skills
streaming-e2e bump: [#4684] Update multiple dependencies inside internal libraries to latest version (#4752) 2024-09-18 16:00:12 -05:00
testbot bump: [#4684] Update multiple dependencies inside internal libraries to latest version (#4752) 2024-09-18 16:00:12 -05:00
transcripts bump: [#4684] Update multiple dependencies inside internal libraries to latest version (#4752) 2024-09-18 16:00:12 -05:00
README.md

README.md

Testing Packages

The following packages are for internal flows such as testing and generating SDK components via Swagger. These packages (or folders) are not published to NPM and should have "private": true, in their package.json(s).

Name Purpose CI
bot-integration ChannelServiceHandler tests Yes
browser-functional botbuilder-core integration test in the chrome Yes
functional Echo Bot tests Yes
streaming-e2e BF-DLJS + Web Chat + DL-ASE test Yes
swagger For generating schema & connector packages No
testbot Manual CoreBot test project No
skills Manual test project No