Skip to content

Commit f4d5290

Browse files
author
Davide Moro
committed
update prompts usage
1 parent 70b377b commit f4d5290

File tree

1 file changed

+19
-12
lines changed

1 file changed

+19
-12
lines changed

docs/prompts.rst

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ Templated Values
88

99
The following appear in various parts of your generated project.
1010

11+
advanced
12+
``n`` if you want a very simple hello world test, ``y`` for an opinionated setup with BDD, page objects
13+
1114
full_name
1215
Your full name.
1316

@@ -26,22 +29,26 @@ project_slug
2629
project_short_description
2730
A 1-sentence description of what your Python package does.
2831

29-
release_date
30-
The date of the first release.
31-
32-
year
33-
The year of the initial package copyright in the license file.
34-
3532
version
3633
The starting version number of the package.
3734

38-
Options
39-
-------
40-
41-
The following package configuration options set up different features for your project.
35+
create_author_file
36+
Creates an author file
4237

43-
use_pypi_deployment_with_travis
44-
Whether to use PyPI deployment with Travis.
38+
open_source_license
39+
Select an open source license or not open source
4540

4641
command_line_interface
4742
Whether to create a console script using Click. Console script entry point will match the project_slug. Options: ['Click', "No command-line interface"]
43+
44+
base_url
45+
Your base url for your Splinter/Selenium tests
46+
47+
browserstack_username
48+
Your Browserstack username
49+
50+
browserstack_access_key
51+
Your Browserstack access key (not your password)
52+
53+
testrail
54+
Upload test execution results to the Testrail (https://github.com/dubner/pytest-testrail) test management tool. If you don't have Testrail say ``n`` here

0 commit comments

Comments
 (0)