eclipse-theia/theia

add integration tests for the scm extension

Open

#7581 opened on Apr 15, 2020

View on GitHub
 (1 comment) (1 reaction) (0 assignees)TypeScript (18,676 stars) (2,478 forks)batch import
help wantedqualityscmtest

Description

SCM View has may features and variabilities which takes quite a lot of time to test manually each time.

It would be good to integration tests to test how different features can be used in different modes via the API or using keyboard.

How to write integration tests: https://github.com/eclipse-theia/theia/blob/master/doc/api-testing.md#writing-tests

Contributor guide