eclipse-theia/theia

add integration tests for the scm extension

Open

#7,581 opened on Apr 15, 2020

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

Repository metrics

Stars
 (18,676 stars)
PR merge metrics
 (Avg merge 15d 4h) (75 merged PRs in 30d)

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