Files
cypress/packages/data-context/src
Lachlan Miller 7bb5571146 fix(app): show correct git status for newly created/modified files (#20744)
* use user shell for git command

* fix: support git status for staged and modified files

* use simple git to get username

* remove test file

* types

* add default statusType

* fix test

* add test

* add e2e test

* remove old code

* fix tests

* set email during tests

* make test less flake

* add logging

* try move test to another file

* use debug instead of console.log

* add wait

* rename spec

* wip: live updates via subscription

* fix bug in spec list stale cache

* types

* fix test

* new git instance per test

* do not show author for locally modified files

* no status for folders

* fix test

* remove old file and fix snapshot

* fix types

* update test stubs

Co-authored-by: Barthélémy Ledoux <bart@cypress.io>
2022-03-29 06:06:45 +10:00
..