Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HW Харитонова #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
17 changes: 17 additions & 0 deletions .hermione.conf.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
module.exports = {
baseUrl: 'http://localhost:3000/',
gridUrl: 'http://0.0.0.0:4444/wd/hub',

browsers: {
chrome: {
desiredCapabilities: {
browserName: 'chrome'
}
}
},
plugins: {
'html-reporter/hermione': {
path: 'hermione-html-report'
}
}
};
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@ npm start
- из списка файлов во вложенную папку
- из списка файлов на страницу отдельного файла
- переходы по хлебным крошкам


Запуск интеграционных тестов
```
1. npm run start - запустить приложение
2. selenium-standalone start - запустить selenium
3. npm run test-moving-pages - тестирование переходов по страницам
3. npm run test-moving-pages - тестирование корректного отображения страниц
```


## Модульные тесты

Expand Down
Loading