Skip to content

Commit

Permalink
fix: Исправлено форматирование по рекомендациям Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
verdel authored and qtm committed Jan 28, 2022
1 parent 4fe3089 commit 3637b87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/CONFIGURATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ Id браузера можно задать в файле `e2e-tools.json`:
}
],
```

В таком случае при автоматическом запуске будут использоваться тесты из ветки,указанной в конфигурационном файле. При ручном запуске будут использоваться тесты из ветки, которая была указана в `Run workflow`.

Также все переодичные запуски можно запустить вручную с вкладки «Actions» в репозитории.
Expand Down
4 changes: 2 additions & 2 deletions modules/codecept/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ function getBrowser(browserName, browserConfig) {
TestCafe: {
url: config.defaultLaunchUrl,
waitForTimeout: 3000,
...settings
...settings,
},
...helpers
...helpers,
}
}

Expand Down

0 comments on commit 3637b87

Please sign in to comment.