This repository was archived by the owner on Sep 21, 2022. It is now read-only.
This repository was archived by the owner on Sep 21, 2022. It is now read-only.
Open
Description
When reporting a bug, make sure you provide all required info below. Reports without this information may be closed.
Output of gemini --version
:
7.0.1
...
Contents of .gemini.yml
file:
module.exports = {
rootUrl: 'http://utkonos.ru',
gridUrl: 'http://127.0.0.1:4444/wd/hub',
"windowSize" : "1920x1080",
browsers: {
chrome: {
desiredCapabilities: {
browserName: 'chrome',
}
}
},
system: {
plugins: {
'html-reporter/gemini': {
enabled: true,
path: 'gemini-reports',
defaultView: 'all',
baseHost: ''
}
}
},
};
Test source code:
gemini.suite('MainText', (suite) => {
suite.setUrl('/')
.capture('')
.setCaptureElements('div.module_login_promo_advantages-item')
.ignoreElements('.module_search_field_white')
});
Command used to run the test:
gemini update / gemini test
Publically accessible URL of the page you are testing against:
Result:
Строка поиска из фиксированной шапки не игнорируется
...
Expected behaviour:
Строка поиска из фиксированной шапки игнорируется
...
Metadata
Metadata
Assignees
Labels
No labels