Skip to content

Create two new repos in Theia org

Please create two new repositories in the Theia org (https://github.com/eclipse-theia/) and initialize both with a Readme

  1. theia-e2e-test-suite
    Github actions to be enabled
    Create an Eclipse Foundation bot user and generate a personal token for that user, which will then be available via secrets.GITHUB_TOKEN. This token requires the permission to publish a branch to gh-pages. We need this in order to be able to publish a test report on github pages; similar to how it has been done for this repo: https://github.com/eclipse-theia/vscode-theia-comparator (see also https://github.com/eclipse-theia/vscode-theia-comparator/blob/master/.github/workflows/report.yml)

  2. theia-vscodecov nothing special here

Edited by Frederic Gurr