-
Notifications
You must be signed in to change notification settings - Fork 13
/
_config.yml
37 lines (31 loc) · 890 Bytes
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Book settings
title: The Practical Testing Book
author: The World
logo: logo.png
html:
comments:
hypothesis: true
# Information about where the book exists on the web
repository:
url: https://github.com/damorimRG/practical_testing_book
launch_buttons:
notebook_interface: "classic" # The interface interactive links will activate ["classic", "jupyterlab"]
# binderhub_url: "https://mybinder.org"
colab_url: "https://colab.research.google.com"
latex:
latex_documents:
targetname: book.tex
exclude_patterns: [
README.md,
fundamentals/README.md,
bibliography/bibliography.md,
testgranularity/driver.ipynb,
testadequacy/mutation_hands_on.ipynb,
testgranularity/acceptancetesting/collabAcceptanceTesting.ipynb,
testgranularity/systemtesting_example.ipynb,
debugging/gitbisect.ipynb,
misc/tobedone.md,
demos
]
execute:
execute_notebooks: 'off'