Skip to content

Commit

Permalink
Add README feature entry for wf tests document support
Browse files Browse the repository at this point in the history
  • Loading branch information
davelopez committed Jun 2, 2024
1 parent d0d13ff commit 1ad15d2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,16 @@ Just make sure to read the [Contributing Guidelines](docs/CONTRIBUTING.md) 😉

The following table shows all the implemented features and the current support for each workflow format.

| Feature | Legacy Workflows (.ga) | Format 2 Workflows (.gxwf.yml) |
| ------------------------------------------------------- | :--------------------: | :----------------------------: |
| [Validation](#workflow-validation) | ✔️ | ✔️ |
| [Documentation on Hover](#documentation-on-hover) | ✔️ | ✔️ |
| [IntelliSense](#intellisense) | ✔️ | ✔️ |
| [Formatting](#formatting) | ✔️ | ✔️ |
| [Custom Outline](#custom-outline) | ✔️ | ✔️ |
| [Workflow Cleanup Command](#workflow-cleanup-command) | ✔️ ||
| [Simplified Workflow Diffs](#simplified-workflow-diffs) | 🔶 ||
| Feature | Legacy Workflows (.ga) | Format 2 Workflows (.gxwf.yml) |
| ------------------------------------------------------------------- | :--------------------: | :----------------------------: |
| [Validation](#workflow-validation) | ✔️ | ✔️ |
| [Documentation on Hover](#documentation-on-hover) | ✔️ | ✔️ |
| [IntelliSense](#intellisense) | ✔️ | ✔️ |
| [Formatting](#formatting) | ✔️ | ✔️ |
| [Custom Outline](#custom-outline) | ✔️ | ✔️ |
| [Workflow Cleanup Command](#workflow-cleanup-command) | ✔️ ||
| [Simplified Workflow Diffs](#simplified-workflow-diffs) | 🔶 ||
| [Workflow Tests Document Support](#workflow-tests-document-support) | ✔️ | ✔️ |

<details>
<summary>Legend</summary>
Expand Down Expand Up @@ -170,4 +171,10 @@ Sometimes you want to compare different revisions of the same (legacy .ga) workf

![Simplified Workflow Diffs Demo](images/clean-diff-native.gif)

### Workflow Tests Document Support

You can now edit Workflow Test Files (`*-test.yml`) with basic language support. This includes syntax highlighting, validation, auto-completion, and documentation on hover based on the _experimental_ schema for Workflow Test Files.

![Workflow Tests Document Support Demo](images/workflow-test-documents-support.gif)

[Back to Features ⬆️](#features)
Binary file added images/workflow-test-documents-support.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1ad15d2

Please sign in to comment.