https://github.com/codeforequity-at/botium-codesandbox-sample
Botium Sample running in Codesandbox.io
https://github.com/codeforequity-at/botium-codesandbox-sample
Last synced: 4 months ago
JSON representation
Botium Sample running in Codesandbox.io
- Host: GitHub
- URL: https://github.com/codeforequity-at/botium-codesandbox-sample
- Owner: codeforequity-at
- License: mit
- Created: 2018-10-28T20:40:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-13T01:56:19.000Z (over 3 years ago)
- Last Synced: 2025-04-06T20:18:25.480Z (about 1 year ago)
- Language: JavaScript
- Size: 821 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Botium Sample running in Codesandbox.io
The index.js file is just here for serving up the test report generated by Botium to the browser. It uses the "Mochawesome" reporter (https://github.com/adamgruber/mochawesome).
On the right side of the screen, please show up the Browser to view the generated test report.
The "bot under test" is just a simple in-memory chatbot returning some default texts, pictures and buttons.
The "spec" directory contains the Botium convo files used to test the chatbot.
To play around, change the convo files and rerun the Botium test cases, you have to fork this sandbox (see top left of this screen).