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
Merge requests
!56
tests(cucumber): add certification
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
tests(cucumber): add certification
hugo-cucumber
into
master
Overview
20
Commits
2
Pipelines
0
Changes
10
Merged
Hugo Trentesaux
requested to merge
hugo-cucumber
into
master
2 years ago
Overview
10
Commits
2
Pipelines
0
Changes
10
Expand
adds certification cucumber test
Edited
2 years ago
by
Hugo Trentesaux
0
0
Merge request reports
Viewing commit
c0b78efd
Show latest version
10 files
+
192
−
12
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
Search (e.g. *.vue) (Ctrl+P)
c0b78efd
feat(cucumber) cert
· c0b78efd
Hugo Trentesaux
authored
2 years ago
end2end-tests/cucumber-features/balance_transfer.feature
0 → 100644
+
6
−
0
Options
Feature
:
Balance transfer
Scenario
:
If alice sends 5 ĞD to Dave, Dave will get 5 ĞD
Given
alice has 10 ĞD
When
alice sends 5 ĞD to dave
Then
dave should have 5 ĞD
Loading