You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/prompts.rst
+19-12Lines changed: 19 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,9 @@ Templated Values
8
8
9
9
The following appear in various parts of your generated project.
10
10
11
+
advanced
12
+
``n`` if you want a very simple hello world test, ``y`` for an opinionated setup with BDD, page objects
13
+
11
14
full_name
12
15
Your full name.
13
16
@@ -26,22 +29,26 @@ project_slug
26
29
project_short_description
27
30
A 1-sentence description of what your Python package does.
28
31
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
-
35
32
version
36
33
The starting version number of the package.
37
34
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
42
37
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
45
40
46
41
command_line_interface
47
42
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