MCPcopy Create free account
hub / github.com/decaporg/decap-cms / getExpectationsFilename

Function getExpectationsFilename

cypress/plugins/common.js:7–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5const GIT_SSL_NO_VERIFY = true;
6
7const getExpectationsFilename = taskData => {
8 const { spec, testName } = taskData;
9 const basename = `${spec}__${testName}`;
10 const fixtures = path.join(__dirname, '..', 'fixtures');
11 const filename = path.join(fixtures, `${basename}.json`);
12
13 return filename;
14};
15
16const HEADERS_TO_IGNORE = [
17 'Date',

Callers 3

teardownGitLabTestFunction · 0.85
teardownBitBucketTestFunction · 0.85
teardownGitHubTestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected