From 9c88e332ba45d4f2383fdb7fc22636748c2f94d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Rey=20L=C3=B3pez?= Date: Tue, 8 Nov 2016 16:53:53 +0000 Subject: [PATCH] Updated README to include the --rejections flag (#661) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a4b0b189..e1bfee35 100755 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ global manipulation. Our goal with **lab** is to keep the execution engine as si - `clover` - output results in [Clover XML](https://confluence.atlassian.com/display/CLOVER) format. - [Multiple Reporters](#multiple-reporters) - See Below - [Custom Reporters](#custom-reporters) - See Below +- `-R`, `--rejections` - fail tests on unhandled Promise rejections. - `--shuffle` - randomize the order that test scripts are executed. Will not work with `--id`. - `--seed` - use this seed to randomize the order with `--shuffle`. This is useful to debug order dependent test failures. - `-s`, `--silence` - silence test output, defaults to false.