From a1f5ae79e5ac6865848193165b7bf70c1d8f729e Mon Sep 17 00:00:00 2001 From: Pelayo Torres <pelayo.torresalonso@telefonica.com> Date: Wed, 22 May 2024 11:16:11 +0200 Subject: [PATCH] Testing in how to run --- .gitignore | 3 +++ doc/gettingstarted/howtorun.md | 10 ++++------ doc/testing/postman/.gitignore | 3 --- 3 files changed, 7 insertions(+), 9 deletions(-) delete mode 100644 doc/testing/postman/.gitignore diff --git a/.gitignore b/.gitignore index 1320f90..e44d0eb 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ site +doc/testing/postman/Responses +doc/testing/postman/node_modules +doc/testing/postman/package-lock.json \ No newline at end of file diff --git a/doc/gettingstarted/howtorun.md b/doc/gettingstarted/howtorun.md index 902e1c1..d300cca 100644 --- a/doc/gettingstarted/howtorun.md +++ b/doc/gettingstarted/howtorun.md @@ -163,13 +163,11 @@ python3 -m <service> #### Start Your Testing with OpenCAPIF -You can now test OpenCAPIF. +Related with OpenCAPIF Testing, the following sections help you to understand testing implemented and how to run it by yourself: -To test it, in the "Testing" tab you have three options: - -- [Test Plan Directory]: To see how to test the services and use them. -- [Testing with Robot Framework]: To test the operation of all services or one in particular. -- [Testing with Postman]: In order to carry out the complete OpenCAPIF flow, being invoker and provider +- [Test Plan Directory]: Here you can find the complete test plan definition that are accomplish by all versions released of OpenCAPIF. +- [Testing with Robot Framework]: At this section you can find all information about how to run the test suite implemented using Robot Framework. +- [Testing with Postman]: Easy way to understand the complete basic OpenCAPIF flow, acting as invoker and provider. [Test Plan Directory]: .././testing/testplan/README.md "Test Plan" diff --git a/doc/testing/postman/.gitignore b/doc/testing/postman/.gitignore deleted file mode 100644 index 8fbe30b..0000000 --- a/doc/testing/postman/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -/Responses -/node_modules -package-lock.json \ No newline at end of file -- GitLab