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
!82
cucumber test for identity creation
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
cucumber test for identity creation
hugo-cucumber-identity
into
master
Overview
17
Commits
5
Pipelines
0
Changes
6
Merged
Hugo Trentesaux
requested to merge
hugo-cucumber-identity
into
master
2 years ago
Overview
10
Commits
5
Pipelines
0
Changes
6
Expand
Add a cucumber test for identity creation scenario.
Edited
2 years ago
by
Hugo Trentesaux
0
0
Merge request reports
Viewing commit
9449d7d6
Show latest version
6 files
+
165
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
9449d7d6
tests(cucumber): add identity creation scenario
· 9449d7d6
Hugo Trentesaux
authored
2 years ago
end2end-tests/cucumber-features/identity_creation.feature
0 → 100644
+
15
−
0
Options
Feature
:
Identity creation
Scenario
:
alice invites a new member to join the web of trust
# 6 ĞD covers:
# - account creation fees (3 ĞD)
# - existential deposit (2 ĞD)
# - transaction fees (below 1 ĞD)
When
alice sends 6 ĞD to ferdie
# alice last certification is counted from block zero
# then next cert can be done after cert_period
When
15 block later
When
alice creates identity for ferdie
Then
ferdie identity should be created
When
ferdie confirms his identity with pseudo
"Ferdie"
Then
ferdie identity should be confirmed
Loading