Skip to content

Instantly share code, notes, and snippets.

View Stephane99's full-sized avatar

Stéphane DUCORNET Stephane99

View GitHub Profile
{
"gherkin_reports": "[[{\"description\":\"\",\"id\":\"simple workflow transition.:\",\"keyword\":\"Feature\",\"line\":1,\"name\":\"Simple Workflow transition.:\",\"uri\":\"\",\"tags\":[{\"line\":1,\"name\":\"@feature_simple_workflow_transition\"}],\"elements\":[{\"keyword\":\"Scenario\",\"type\":\"scenario\",\"id\":\"simple workflow transition.:;validate simple workflow transition by the library view examples: (1)\",\"name\":\"Validate simple workflow transition by the library view Examples: (1)\",\"description\":\"\",\"line\":1,\"tags\":[{\"line\":1,\"name\":\"@feature_simple_workflow_transition\"},{\"line\":1,\"name\":\"@scenario_validate_simple_workflow_transition_by_the_library_view\"}],\"steps\":[{\"keyword\":\"Given \",\"name\":\"the document \\\"SYPREJu108Ntb7RtI6\\\" is initialized to the state \\\"STsoRiKwrIUU6rxPvR\\\"\",\"line\":1,\"match\":{\"location\":\":1\"},\"result\":{\"status\":\"passed\",\"duration\":940000000}},{\"keyword\":\"And \",\"name\":\"I am connected with account \\\"admin\\\"\"
@Stephane99
Stephane99 / tests_results.html
Created May 28, 2019 08:35
mocha-simple-html-reporter with retried test in error
<html>
<head>
<title>Mocha</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type="text/css">
@charset "utf-8";
body {
margin:0;
}
@Stephane99
Stephane99 / mochawesome.json
Created May 27, 2019 12:55
Failed retried test doesn't appear in the report's body
{
"stats": {
"suites": 2,
"tests": 1,
"passes": 0,
"pending": 0,
"failures": 1,
"start": "2019-05-27T12:52:49.319Z",
"end": "2019-05-27T12:52:49.342Z",
"duration": 23,