Skip to content

Commit

Permalink
Add doc for 'sets'
Browse files Browse the repository at this point in the history
  • Loading branch information
eGavr committed Mar 23, 2016
1 parent ba8f351 commit a180539
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,19 @@ module.exports = {
}
},

// Конфигурация запуска определенного набора тестов в определенных браузерах
sets: {
desktop: {
files: ['tests/desktop'],
browsers: ['firefox']
},

touch: {
files: ['tests/touch'],
browsers: ['chrome']
}
},

// Дополнительная настройка mocha
mochaOpts: {
retries: 3
Expand Down

0 comments on commit a180539

Please sign in to comment.