docs: moving stuff around, added some comments

This commit is contained in:
user
2021-12-16 16:22:47 +01:00
parent 24871402ee
commit 604090240d
3 changed files with 32 additions and 7 deletions

View File

@@ -8,6 +8,8 @@ import { getTestServer, TestServer } from '../../jestSetupAfterEnv';
const feature = loadFeature('tests/user/create-user/create-user.feature');
// e2e test implementing a Gherkin feature file
defineFeature(feature, test => {
let testServer: TestServer;
let httpServer: request.SuperTest<request.Test>;

View File

@@ -1,3 +1,5 @@
# This is a Gherkin feature file https://cucumber.io/docs/gherkin/reference/
Feature: Create a user
Scenario: Creating a user happy path