Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Duniter v2S
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nodes
rust
Duniter v2S
Commits
d62d4de2
Commit
d62d4de2
authored
3 years ago
by
Éloïs
Browse files
Options
Downloads
Patches
Plain Diff
tests(cucumber): explain in the README how to run
parent
637bfcbc
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
integration-tests/README.md
+14
-0
14 additions, 0 deletions
integration-tests/README.md
with
14 additions
and
0 deletions
integration-tests/README.md
+
14
−
0
View file @
d62d4de2
...
@@ -107,6 +107,20 @@ List of possible actions:
...
@@ -107,6 +107,20 @@ List of possible actions:
Example: `Monetary mass should be 30.00 ĞD`
Example: `Monetary mass should be 30.00 ĞD`
### Run cucumber functionnal tests
To run the cucumber tests, you will need to have the rust toolchain installed locally.
To run all the scenarios (there are many) use the command:
`cargo cucumber`
You can filter the
`.feature`
files to run with the option
`i`
, for instante:
```
cargo cucumber -i monetary*
```
Will only run
`.feature`
files that start with
`monetary`
.
### Contribute to the code that runs the tests
### Contribute to the code that runs the tests
Cucumber is not magic, we have to write code that interprets the Gherkin text and performs the right
Cucumber is not magic, we have to write code that interprets the Gherkin text and performs the right
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment