Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
TFS
documentation
Commits
b28d36e4
Commit
b28d36e4
authored
11 months ago
by
Jorge Moratinos
Browse files
Options
Downloads
Patches
Plain Diff
mock server explanation on robot framework documentation
parent
9ded2fcd
No related branches found
No related tags found
1 merge request
!8
Ocf doc4 upgrade documentation with new tests
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/testing/robotframework/README.md
+5
-0
5 additions, 0 deletions
doc/testing/robotframework/README.md
doc/testing/testplan/api_events_service/README.md
+2
-2
2 additions, 2 deletions
doc/testing/testplan/api_events_service/README.md
with
7 additions
and
2 deletions
doc/testing/robotframework/README.md
+
5
−
0
View file @
b28d36e4
...
...
@@ -21,6 +21,11 @@ Results will be stored at <REPOSITORY_FOLDER>/results
Please check parameters (include) under
*Test Execution*
at
[
Manual Build And Test Execution
](
#manual-build-and-test-execution
)
.
### Mock Server
Some tests on Test Plans require mockserver. That mock server must be deployed and reachable by Robot Framework and CCF under test.
If you want to launch only tests that not needed mockserver, just add "--exclude mockserver" parameter to robot execution.
## Manual Build And Test Execution
*
**Build Robot docker image**
:
...
...
This diff is collapsed.
Click to expand it.
doc/testing/testplan/api_events_service/README.md
+
2
−
2
View file @
b28d36e4
...
...
@@ -269,8 +269,8 @@ At this documentation you will have all information and related files and exampl
*
CAPIF subscriber is pre-authorised (has valid InvokerId or apfId from CAPIF Authority)
*
CAPIF provider is correctly registered and published APIs.
*
API Provider had a Service API Published on CAPIF
*
Mock Server is up and running to receive requests.
*
Mock Server is clean.
*
**
Mock Server is up and running to receive requests.
**
*
**
Mock Server is clean.
**
**Information of Test**
:
...
...
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