12.4.3 • Published 5 years ago

botfuel-dialog v12.4.3

Weekly downloads
121
License
Apache-2.0
Repository
github
Last release
5 years ago

Botfuel Dialog

CircleCI

Build highly conversational bots with Botfuel Dialog.

Read Getting Started to learn how to run a bot in minutes. See some sample bots written with Botfuel Dialog.

For more explanations about the internals of Botfuel Dialog, see Concepts.

If you have any issue or question, feel free to open a ticket.

Run the tests

Running all the tests

Run botfuel-dialog and each test packages (integration) tests:

BOTFUEL_APP_ID=<...> BOTFUEL_APP_KEY=<...> npm test

If you are using Windows Powershell, use this command instead:

$Env:BOTFUEL_APP_ID=<...>; $Env:BOTFUEL_APP_KEY=<...>; npm test

Unit tests

Run only the botfuel-dialog tests:

npm unit-test

Integration tests

BOTFUEL_APP_ID=<...> BOTFUEL_APP_KEY=<...> npm test packages/<PACKAGE_NAME>

If you are using Windows Powershell, use this command instead:

$Env:BOTFUEL_APP_ID=<...>; $Env:BOTFUEL_APP_KEY=<...>; npm test packages/<PACKAGE_NAME>

Example:

BOTFUEL_APP_ID=<...> BOTFUEL_APP_KEY=<...> npm test packages/test-qna

By default, integration tests are run using fixtures. To register new fixtures, add REPLAY=record to the test command:

REPLAY=record BOTFUEL_APP_ID=<...> BOTFUEL_APP_KEY=<...> npm test

If you are using Windows Powershell, use this command instead:

$Env:REPLAY=record; $Env:BOTFUEL_APP_ID=<...>; $Env:BOTFUEL_APP_KEY=<...>; npm test

This will make real API calls and create new fixtures.

Publish on NPM

BOTFUEL_APP_ID=<...> BOTFUEL_APP_KEY=<...> npm release

If you are using Windows Powershell, use this command instead:

$Env:BOTFUEL_APP_ID=<...>; $Env:BOTFUEL_APP_KEY=<...>; npm release

Publishing requires credentials because it runs integration tests beforehand.

License

See the License file.

12.4.3

5 years ago

12.4.2

5 years ago

12.4.1

5 years ago

12.4.0

5 years ago

12.3.1

5 years ago

12.3.0

5 years ago

12.2.6

5 years ago

12.2.5

5 years ago

12.2.3

5 years ago

12.2.2

5 years ago

12.2.1

5 years ago

12.2.0

5 years ago

12.1.1

5 years ago

12.1.0

5 years ago

12.0.1

5 years ago

12.0.0

5 years ago

11.7.0

5 years ago

11.6.2

6 years ago

11.6.1

6 years ago

11.6.0

6 years ago

11.5.3

6 years ago

11.5.2

6 years ago

11.5.1

6 years ago

11.5.0

6 years ago

11.4.0

6 years ago

11.3.0

6 years ago

11.2.0

6 years ago

11.1.2

6 years ago

11.1.1

6 years ago

11.1.0

6 years ago

11.0.0

6 years ago

10.0.2

6 years ago

10.0.1

6 years ago

9.0.4

6 years ago

9.0.3

6 years ago

9.0.2

6 years ago

9.0.1

6 years ago

9.0.0

6 years ago

8.3.0

6 years ago

8.2.0

6 years ago

8.1.1

6 years ago

8.1.0

6 years ago

8.0.4

6 years ago

8.0.3

6 years ago

8.0.2

6 years ago

8.0.1

6 years ago

8.0.0

6 years ago

7.2.6

6 years ago

7.2.5

6 years ago

7.2.4

6 years ago

7.2.3

6 years ago

7.2.2

6 years ago

7.2.1

6 years ago

7.2.0

6 years ago

7.1.3

6 years ago

6.0.1

6 years ago

5.1.8

6 years ago

4.4.4

6 years ago

7.1.0

6 years ago

7.0.1

6 years ago

7.0.0

6 years ago

6.0.0

6 years ago

5.1.7

6 years ago

5.1.0

6 years ago

5.0.0

6 years ago

4.4.3

6 years ago

4.4.2

6 years ago

4.4.1

6 years ago

4.4.0

6 years ago

4.3.4

6 years ago

4.3.1

6 years ago

4.3.0

6 years ago

4.2.0

6 years ago

4.1.0

6 years ago

4.0.0

6 years ago

3.0.1

6 years ago

3.0.0

6 years ago

2.1.5

6 years ago

2.1.4

6 years ago

2.1.3

6 years ago

2.1.2

6 years ago

2.1.1

6 years ago

2.1.0

6 years ago

2.0.0

6 years ago

1.9.0

6 years ago

1.8.3

6 years ago

1.8.2

6 years ago

1.8.1

6 years ago

1.8.0

6 years ago

1.7.0

6 years ago

1.6.0

6 years ago

1.5.0

6 years ago

1.4.3

6 years ago

1.4.2

6 years ago

1.4.1

6 years ago

1.4.0

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.7

6 years ago

1.2.6

6 years ago

1.2.5

6 years ago

1.2.4

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago

0.52.3

6 years ago

0.52.2

6 years ago

0.52.1

6 years ago

0.52.0

6 years ago