You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2021/09/06 00:46:41 UTC

[GitHub] [skywalking-infra-e2e] fgksgf commented on a change in pull request #40: Add official documentation

fgksgf commented on a change in pull request #40:
URL: https://github.com/apache/skywalking-infra-e2e/pull/40#discussion_r702502994



##########
File path: docs/en/guide/execute/How-To-Execute.md
##########
@@ -0,0 +1,36 @@
+# SkyWalking Infra E2E Execute Guide
+
+There are two ways to perform E2E Testing:
+1. Command: Suitable for local debugging and operation.
+1. GitHub Action: Suitable for automated execution in GitHub projects.
+
+## Command
+
+Through commands, you can execute a complete Controller.
+
+```shell
+# e2e.yaml configuration file in current directory
+e2e run
+
+# or 
+
+# Specified the e2e.yaml file path
+e2e run -c /path/to/the/test/e2e.yaml
+```
+
+Also, could run the separate step in the command line, these commands are all done by reading the configuration.
+
+```shell
+e2e setup/trigger/verify/cleanup
+```
+
+## GitHub Action
+
+To use skywalking-infra-e2e in GitHub Actions, add a step in your GitHub workflow.
+
+```xml

Review comment:
       ```suggestion
   ```yaml
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org