Skip to content

Commit

Permalink
add test_suite section
Browse files Browse the repository at this point in the history
  • Loading branch information
Konboi committed Dec 12, 2024
1 parent 9bf3f84 commit d390dda
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
os: [ 'ubuntu-latest', 'windows-latest']
version: ['v1', 'v2']
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Test
Expand All @@ -63,7 +63,7 @@ If you use `actions/checkout`, set fetch-depth: 0 as shown in the example below.

```yaml
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
```
Expand Down Expand Up @@ -120,5 +120,9 @@ Test session name that you can give to the value to [`--test-session-name`](http

The value that you can give to the value to ['--flavor](https://www.launchableinc.com/docs/resources/cli-reference/#3500669-record-session) option to the `record session` command. e.g.) `os=linux, version=v1` (Optional)

### `test_suite`

The value that you can give to the value to ['--test-suite](https://www.launchableinc.com/docs/resources/cli-reference/#3500669-record-session) option to the `record session` command. e.g.) `test_suite=e2e` (Optional)

# License
Launchable data collection action is licensed under [Apache license](./LICENSE).

0 comments on commit d390dda

Please sign in to comment.