https://github.com/globalapptesting/gat-actions-examples
https://github.com/globalapptesting/gat-actions-examples
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/globalapptesting/gat-actions-examples
- Owner: globalapptesting
- Created: 2021-04-08T12:47:59.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-13T10:32:59.000Z (over 4 years ago)
- Last Synced: 2025-03-06T15:21:43.982Z (about 1 year ago)
- Size: 12.7 KB
- Stars: 1
- Watchers: 12
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Workflow examples for using gat-actions-request-test
This repository contains few examples on how to use [our test request action](https://github.com/GlobalAppTesting/gat-actions-request-test) in the wild.
Test it yourself:
- fork this repo
- sign up for your API KEY [here](https://go.globalapptesting.com/early-access-exploratory-testing-test-execution)
- set your API key as a `GAT_API_KEY` secret in your repo
You should also change the `application_url` in the workflow definition(`.github/workflows/main.yml`) to include your webpage URL and change the company description in the `description` field in `.gat.json`. Otherwise our testers will be checking [our webpage](https://www.globalapptesting.com).
---
Included examples are:
- [Request testing each night on the workdays(so you have the results when you start your work next day)](https://github.com/GlobalAppTesting/gat-actions-examples/blob/main/workflows/nightly-tests.yml)
- [Request testing over the weekend](https://github.com/GlobalAppTesting/gat-actions-examples/blob/main/workflows/tests-on-the-weekend.yml)
- [Request testing when new pull request is created](https://github.com/GlobalAppTesting/gat-actions-examples/blob/main/workflows/tests-on-new-pull-request.yml)
- [Request testing when new release is published](https://github.com/GlobalAppTesting/gat-actions-examples/blob/main/workflows/tests-on-the-release.yml)