Skip to content

Commit

Permalink
Fixed navigation links
Browse files Browse the repository at this point in the history
  • Loading branch information
kesslera committed Sep 30, 2016
1 parent 5b62d4c commit a86f9a6
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 36 deletions.
4 changes: 2 additions & 2 deletions ATS/Projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ Since data is separated into projects, your work always happens inside a project

The project dashboard is the first page you see when you open a project.

![The project dashboard](attachments/20644054/21168216.png)
![The project dashboard](attachments/Projects/dashboard.png)

There are three blocks on the dashboard. The top left box (1) shows you the 5 most recent test runs. The top right box (2) shows a condensed view of all test results of the last 7 days. The bottom box shows you all stories of the current sprint including the accumulated result of all related test cases (column 'Success').
There are three blocks on the dashboard. The top left box (1) shows you the number of all test cases and their result. The lower left box (2) shows a condensed view of test results of the last 7 days. The right box (3) shows you a detailed view of all test cases and test suites. For more informations read the [Introduction](Introduction.md#dashboard).

## Sprintr integration

Expand Down
Binary file added ATS/attachments/Projects/dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
68 changes: 34 additions & 34 deletions ATS/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,52 +7,52 @@ redirect_from:

The Reference Guide is divided in different sections, each describing a certain feature of the ATS.

## [General](General)
## [General](General.md)

* #### [Mendix Compatibility](General)
* #### [ARS Compatibility](General)
* #### [Browser Support](General)
* #### [Mendix Compatibility](General.md#mendix-compatibility)
* #### [ARS Compatibility](General.md#ars-compatibility)
* #### [Browser Support](General.md#browser-support)

## [Introduction](Introduction)
## [Introduction](Introduction.md)

* #### [Startpage](Introduction)
* #### [Dashboard](Introduction)
* #### [Navigation](Introduction)
* #### [Startpage](Introduction.md#startpage)
* #### [Dashboard](Introduction.md#dashboard)
* #### [Navigation](Introduction.md#navigation)

## [Projects](Projects)
## [Projects](Projects.md)

* #### [Action Libraries](Projects)
* #### [Creation and Setup](Projects)
* #### [Switching Projects](Projects)
* #### [Project Dashboard](Projects)
* #### [Action Libraries](Projects.md#action-libraries)
* #### [Creation and Setup](Projects.md#creation-and-setup)
* #### [Switching Projects](Projects.md#switching-projects)
* #### [Project Dashboard](Projects.md#project-dashboard)

## [Data Management](Data+Management)
## [Data Management](Data+Management.md)

* #### [Repository](Data+Management)
* #### [Import/Export](Data+Management)
* #### [Test Data](Data+Management)
* #### [Repository](Data+Management.md#repository)
* #### [Import/Export](Data+Management.md#importexport)
* #### [Test Data](Data+Management.md#test-data)

## [Monitoring](Monitoring)
## [Monitoring](Monitoring.md)

* #### [Test Results](Monitoring)
* #### [Running Tests](Monitoring)
* #### [Test Results](Monitoring.md#test-results)
* #### [Running Tests](Monitoring.md#running-tests)

## [Test Development](Test+Development)
## [Test Development](Test+Development.md)

* #### [Object Types in ATS](Test+Development)
* #### [Recorder](Test+Development)
* #### [Manual Test Steps](Test+Development)
* #### [Standard Actions Overview](Test+Development)
* #### [Custom Actions](Test+Development)
* #### [Data Driven Testing](Test+Development)
* #### [Object Types in ATS](Test+Development.md#object-types-in-ats)
* #### [Recorder](Test+Development.md#recorder)
* #### [Manual Test Steps](Test+Development.md#manual-test-steps)
* #### [Standard Actions Overview](Test+Development.md#standard-actions-overview)
* #### [Custom Actions](Test+Development.md#custom-actions)
* #### [Data Driven Testing](Test+Development.md#data-driven-testing)

## [Configuration](Configuration)
## [Configuration](Configuration.md)

* #### [Configure Selenium hubs](Configuration)
* #### [Configure Test Applications](Configuration)
* #### [Configure Selenium hubs](Configuration.md#configure-selenium-hubs)
* #### [Configure Test Applications](Configuration.md#configure-test-applications-)

## [Administration](Administration)
## [Administration](Administration.md)

* #### [Manage Projects](Administration)
* #### [Create Accounts](Administration)
* #### [Configure Selenium Hubs](Administration)
* #### [Manage Projects](Administration.md#manage-projects)
* #### [Create Accounts](Administration.md#create-accounts)
* #### [Configure Selenium Hubs](Administration.md#configure-selenium-hubs)

0 comments on commit a86f9a6

Please sign in to comment.