Unverified Commit 168cee93 authored by Dan Jones's avatar Dan Jones
Browse files

refactor: use testsuite installed files for tests

parent 11225b04
...@@ -3,7 +3,7 @@ module.exports = { ...@@ -3,7 +3,7 @@ module.exports = {
formatOptions: { formatOptions: {
snippetInterface: "synchronous" snippetInterface: "synchronous"
}, },
paths: [ 'features/**/*.feature' ], paths: [ 'test/features/**/*.feature' ],
require: [ 'test/cucumber/**/*.steps.js' ], require: [ 'test/cucumber/**/*.steps.js' ],
}, },
}; };
...@@ -11,8 +11,8 @@ const { fixtures } = require('../../fixtures/server'); ...@@ -11,8 +11,8 @@ const { fixtures } = require('../../fixtures/server');
const mockValidConfig = fixtures.get('config-valid'); const mockValidConfig = fixtures.get('config-valid');
const mockInvalidConfig = fixtures.get('config-invalid'); const mockInvalidConfig = fixtures.get('config-invalid');
const mockSchema = fixtures.get('schema-swagger');
const mockSchema = require('../../mock/swagger.json');
const { GenericProtocol } = require('../../../dist/protocol'); const { GenericProtocol } = require('../../../dist/protocol');
/** /**
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment