https://github.com/vitalets/alice-testing-example
Пример функционального тестирования навыка для Яндекс Алисы на Node.js.
https://github.com/vitalets/alice-testing-example
Last synced: 6 months ago
JSON representation
Пример функционального тестирования навыка для Яндекс Алисы на Node.js.
- Host: GitHub
- URL: https://github.com/vitalets/alice-testing-example
- Owner: vitalets
- Created: 2019-02-28T15:11:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-01T07:21:53.000Z (over 6 years ago)
- Last Synced: 2025-02-10T04:17:46.213Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alice-testing-example
Пример функционального тестирования [навыка Попугай](https://github.com/yandex/alice-skills/tree/master/node.js/parrot/now)
для Яндекс Алисы на Node.js.### Как запустить тесты
1. Склонировать репозиторий и перейти в папку
```
git clone https://github.com/vitalets/alice-testing-example.git
cd alice-testing-example
```2. Установить зависимости
```
npm install
```3. Запустить тесты
```
mocha test.js
```### Результат
```
✓ should get hello on enter
✓ should reply the same message2 passing (37ms)
```