[
https://issues.apache.org/jira/browse/METRON-1489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16458077#comment-16458077
]
ASF GitHub Bot commented on METRON-1489:
----------------------------------------
Github user anandsubbu commented on a diff in the pull request:
https://github.com/apache/metron/pull/1004#discussion_r184889297
--- Diff: metron-interface/metron-alerts/protractor.conf.js ---
@@ -32,12 +33,13 @@ exports.config = {
'./e2e/alerts-list/tree-view/tree-view.e2e-spec.ts',
'./e2e/alerts-list/alert-filters/alert-filters.e2e-spec.ts',
'./e2e/alerts-list/alert-status/alerts-list-status.e2e-spec.ts',
- './e2e/alert-details/alert-status/alert-details-status.e2e-spec.ts',
+ //
'./e2e/alert-details/alert-status/alert-details-status.e2e-spec.ts', //This
will not work
'./e2e/alerts-list/meta-alerts/meta-alert.e2e-spec.ts'
],
capabilities: {
'browserName': 'chrome',
'chromeOptions': {
+ args: ["--disable-gpu", "--window-size=1435,850" ],
--- End diff --
`-headless` can be included here to default to headless execution.
> Retrofit UI tests to run reliably during nightly QE runs
> --------------------------------------------------------
>
> Key: METRON-1489
> URL: https://issues.apache.org/jira/browse/METRON-1489
> Project: Metron
> Issue Type: Improvement
> Reporter: Daniel Toth
> Assignee: Daniel Toth
> Priority: Major
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)