Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions _data/home_categories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

- permalink: /general/ui-testing/
title: UI testing
desc: General topics connected with UI testing
desc: General topics connected with UI testing.
icon: file-text

- permalink: /general/naming/
title: Naming
desc: Naming conventions for test cases
desc: Naming conventions for test cases.
icon: bold

# - permalink: /general/dsl/
Expand All @@ -21,7 +21,7 @@

- permalink: /general/good-practices/
title: Good Practices
desc: Good practices which can be applied to UI testing
desc: Good practices which can be applied to UI testing.
icon: star

# - title: Platforms
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Separate your tests from the test automation framework'
description: 'We will explore reasons for separating test cases from the test automation framework'
description: 'We will explore reasons for separating test cases from the test automation framework.'
categories: [general, good-practices]
author: alex_zhukovich
---
Expand Down