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
1
Merged
Hugo Trentesaux
requested to merge
hugo-cucumber-identity
into
master
2 years ago
Overview
10
Commits
5
Pipelines
0
Changes
1
Expand
Add a cucumber test for identity creation scenario.
Edited
2 years ago
by
Hugo Trentesaux
0
0
Merge request reports
Viewing commit
1674073e
Show latest version
1 file
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
1674073e
wip debug
· 1674073e
Hugo Trentesaux
authored
2 years ago
end2end-tests/cucumber-features/identity_creation.feature
+
2
−
1
Options
@@ -2,5 +2,6 @@ Feature: Identity creation
Scenario
:
alice invites a new member to join the web of trust
When
alice creates identity for ferdie
When
2 block later
When
alice creates identity for ferdie
Then
ferdie should be certified by alice
Then
ferdie identity should be created
Loading