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
ab5894ba
Commit
ab5894ba
authored
2 years ago
by
Éloïs
Browse files
Options
Downloads
Patches
Plain Diff
tests(cucumber): fix certification test and add it in CI
parent
42b2d0f5
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-0
1 addition, 0 deletions
.gitlab-ci.yml
end2end-tests/cucumber-features/certification.feature
+0
-5
0 additions, 5 deletions
end2end-tests/cucumber-features/certification.feature
with
1 addition
and
5 deletions
.gitlab-ci.yml
+
1
−
0
View file @
ab5894ba
...
@@ -161,6 +161,7 @@ tests_debug:
...
@@ -161,6 +161,7 @@ tests_debug:
-
cargo cucumber -i balance*
-
cargo cucumber -i balance*
-
cargo cucumber -i monetary*
-
cargo cucumber -i monetary*
-
cargo cucumber -i transfer*
-
cargo cucumber -i transfer*
-
cargo cucumber -i certification*
after_script
:
after_script
:
-
cd target/debug/deps/
-
cd target/debug/deps/
-
rm cucumber_tests-*.d
-
rm cucumber_tests-*.d
...
...
This diff is collapsed.
Click to expand it.
end2end-tests/cucumber-features/certification.feature
+
0
−
5
View file @
ab5894ba
...
@@ -5,8 +5,3 @@ Feature: Certification
...
@@ -5,8 +5,3 @@ Feature: Certification
Scenario
:
Dave certifies Alice
Scenario
:
Dave certifies Alice
When
dave certifies alice
When
dave certifies alice
Then
alice should be certified by dave
Then
alice should be certified by dave
@ignoreErrors
Scenario
:
Dave certifies Alice (but dave is not certified by charlie, this test should fail)
When
dave certifies alice
Then
dave should be certified by charlie
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Éloïs
@librelois
mentioned in issue
#76 (closed)
·
2 years ago
mentioned in issue
#76 (closed)
mentioned in issue #76
Toggle commit list
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