Skip to content

Updated reporter for jest#25

Closed
darclander wants to merge 7 commits intoYolean:dev-testningfrom
darclander:johan-dev-branch
Closed

Updated reporter for jest#25
darclander wants to merge 7 commits intoYolean:dev-testningfrom
darclander:johan-dev-branch

Conversation

@darclander
Copy link

@darclander darclander commented May 6, 2021

As mentioned in our meeting we had a solution for rerunning tests until they were complete. This version should allow you to do that.

NOTE: It is important that env.json is present in the specs folder (in the ystack repo, not the one in kubernetes-assert).
It should contain: {"RERUN_TIME": "0"}.

RERUN_TIME: 0 | Will run tests until they are complete / have passed with a default rerun time of 10 seconds.
RERUN_TIME: != 0 | Will run tests continuously with the rerun time set as the value to the key in the json.

Without a json file it "should" work and the rerun time should be defaulted to 0.

dependabot bot and others added 7 commits April 1, 2021 01:43
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>
…ime-nodejs/y18n-4.0.1

Bump y18n from 4.0.0 to 4.0.1 in /runtime-nodejs
This reporter allows for tests to be rerun until they do not longer fail. See env.json for settings. RERUN_TIME is the most important one.
@solsson
Copy link
Contributor

solsson commented May 10, 2021

Replaced by #26

@solsson solsson closed this May 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants