An open API service indexing awesome lists of open source software.

https://github.com/globalapptesting/gat-actions-examples


https://github.com/globalapptesting/gat-actions-examples

Last synced: about 2 months ago
JSON representation

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)