Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
should
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
26
Issues
26
List
Boards
Labels
Service Desk
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vidjil
should
Commits
c7564848
Commit
c7564848
authored
Jul 10, 2020
by
Mathieu Giraud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
README.md: should.cfg
parent
9380a9ce
Pipeline
#2694
passed with stages
in 16 seconds
Changes
1
Pipelines
3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
README.md
README.md
+12
-0
No files found.
README.md
View file @
c7564848
...
...
@@ -194,6 +194,18 @@ controlling output:
--version
show program version number and
exit
```
**Configuration files.**
Options can be set through a
`should.cfg`
file.
For example, a
`should.cfg`
.with the following lines is equivalent to giving
`--xml --mod r`
options to every
`should`
call:
```
--xml
--mod
r
```
Other configuration files can be provided when calling should with
`@my.cfg`
, see
[
demo/variables.should
](
demo/variables.should
)
.
**Output.**
By default,
`should`
only writes to the standard output.
The
`--log`
,
`--tap`
and
`--xml`
options enable to store the actual output of the tested commands
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment