Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Platform-releng/Smoke Testing"

(Set up)
Line 8: Line 8:
 
=== Set up ===
 
=== Set up ===
 
All the necessary jobs are listed under [https://ci-staging.eclipse.org/releng/view/Smoke%20Tests/ Smoke tests tab] in [https://ci-staging.eclipse.org/releng/ Releng jenkins instance]
 
All the necessary jobs are listed under [https://ci-staging.eclipse.org/releng/view/Smoke%20Tests/ Smoke tests tab] in [https://ci-staging.eclipse.org/releng/ Releng jenkins instance]
Tests are triggered using [https://ci-staging.eclipse.org/releng/Start-smoke-tests/ Start Smoke tests job]
+
Tests are triggered using [https://ci-staging.eclipse.org/releng/job/Start-smoke-tests/ Start Smoke tests job]
  
  
  
 
[[Category:Eclipse Platform Releng| ]]
 
[[Category:Eclipse Platform Releng| ]]

Revision as of 01:59, 26 May 2020

Automated Smoke Testing

Description

This document describes how to run smoke tests and add a smoke tests for new configurations. For Smoke tests we run Platform UI tests. These takes about 30 minutes to run.

See Eclipse Automated Unit and Integration Testing for more details on the testing framework.

Set up

All the necessary jobs are listed under Smoke tests tab in Releng jenkins instance Tests are triggered using Start Smoke tests job

Back to the top