Skip to content
#

acceptance-testing

Here are 136 public repositories matching this topic...

Codeception
zabil
zabil commented Nov 27, 2019

Current problem

Gauge's default screenshot tool captures the current display. This does not work on headless environments like CI where tests are run without a display.

It is not clear that a tester can or has to override the default screenshot behaviour

Suggestion

When the default screenshot tool fails to take a screenshot because of the environment add a note or warning i

serenity-js
testifyqa
testifyqa commented Jan 26, 2020

Hi Jan, so I am successfully able to instantiate Actors from a config block in my setup.ts file like so...

import { setDefaultTimeout } from 'cucumber';
import { Actors } from '../../spec/screenplay/Actors';
import { configure } from '@serenity-js/core';

setDefaultTimeout(10000);

configure({
    actors: new Actors()
});

I instead tried adding actors: new Actors() [with ap

nehashri
nehashri commented Mar 7, 2018

Runner console logs should be logged to the log file when started as daemon.
When gauge is running as lsp server, runner console should be redirected to lsp.log.
When gauge is running as api daemon, runner console should be redirected to api.log.
In the above two cases, runner should log to the log files with proper formatting. Current log file format for gauge is 'HH:MM:ss.l'. (eg :- 12:50:11.221

Improve this page

Add a description, image, and links to the acceptance-testing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the acceptance-testing topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.