You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is a sample that you can use on how to integrate the API with GithubActions in your Github repository:
125
+
126
+
**Step 1: Create a GitHub Actions Workflow YAML File**
127
+
In your Git repository, navigate to .github/workflows/ and create a file named sanity-test.yml.
128
+
129
+
**Step 2: Sample for yml file**
130
+
In below sample, we are executing a test run using test_run_id and then verifying the result for it using HyperExecute job status API. You can find more details on HyperExecute APIs (here)[https://www.lambdatest.com/support/api-doc/?key=hyperexecute] and update the API in the .yml file based on your needs.
0 commit comments