Kong / insomnia

The open-source, cross-platform API client for GraphQL, REST, WebSockets, SSE and gRPC. With Cloud, Local and Git storage.
https://insomnia.rest
Apache License 2.0
34.66k stars 1.96k forks source link

UnitTest folder is deleted on Git Commit/Push #8102

Open ywidiastuti opened 3 days ago

ywidiastuti commented 3 days ago

Expected Behavior

UnitTest folder should stay on Git Commit/Push otherwise Inso CLI will throw error [Error: ENOENT: no such file or directory, scandir '../.insomnia/UnitTest']

Actual Behavior

UnitTest folder is deleted on Git Commit/Push and error is thrown on Inso CLI [Error: ENOENT: no such file or directory, scandir '../.insomnia/UnitTest']

Reproduction Steps

Git Commit and Push and see that all UnitTest is set to "null" image

Is there an existing issue for this?

Additional Information

No response

Insomnia Version

10.1.0

What operating system are you using?

Windows

Operating System Version

Windows 11

Installation method

download from insomnia.rest

Last Known Working Insomnia version

9.3.3

ywidiastuti commented 16 hours ago

@gatzjames i saw your commit in here https://github.com/Kong/insomnia/pull/8095.

Will this fix the problem?

Currently Git has problem with "TESTS" tab i think, no changes is recognized in Git.