
Research
Node.js Fixes AsyncLocalStorage Crash Bug That Could Take Down Production Servers
Node.js patched a crash bug where AsyncLocalStorage could cause stack overflows to bypass error handlers and terminate production servers.
@gooddata/fixtures
Advanced tools
Tool for creating projects inside GoodData platform programmatically in node.js
Tool for creating projects inside GoodData platform programmatically in node.js
Add package to your project
Using npm
npm install @gooddata/fixtures
Using yarn
yarn add @gooddata/fixtures
Import the module inside your project
import { createFixture } from '@gooddata/fixtures';
Use the createFixture function
createFixture(basePath, username, password, hostname, authorizationToken, projectTitle)
Use TIGER function
createTigerWorkspace(workspaceTitle, token, host, backend)
createTigerWorkspaceWithPrefix(workspacePrefix, token, host, backend)
setTigerWorkspaceLayout(workspaceId, token, host, backend, declarativeWorkspaceModel)
setTigerWorkspaceLayoutFromFixtures(workspaceId, fixtureType, dataSource, token, host, backend)
setTigerWorkspaceLayoutFromCustomFile(workspaceId, token, host, backend, dataSource, fixtureFile)
createMdObjects(configPath, workspaceId, token, host, backend)
deleteTigerWorkspace(workspaceId, token, host, backend)
cleanupExpiredTigerWorkspaces(workspacePrefix, timeExpired, includeWS, sizeWS, token, host, backend)
cleanupExpiredTigerUsers(userPrefix, timeExpired, sizeList, token, host, backend)
getOrganizationLayout( token, host, backend)
exportOrganizationLayout(token, host, backend, outputFile)
Note
For setTigerWorkspaceLayoutFromCustomFile method, it's used for workspace permission test from KD repo, the fixtureFile is created from fixture's KD repository
Install Node.js and Yarn with versions matching those mentioned in docker/.config file.
Install dependencies:
yarn install --frozen-lockfile
See this guide
FAQs
Tool for creating projects inside GoodData platform programmatically in node.js
The npm package @gooddata/fixtures receives a total of 204 weekly downloads. As such, @gooddata/fixtures popularity was classified as not popular.
We found that @gooddata/fixtures demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 72 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
Node.js patched a crash bug where AsyncLocalStorage could cause stack overflows to bypass error handlers and terminate production servers.

Research
/Security News
A malicious Chrome extension steals newly created MEXC API keys, exfiltrates them to Telegram, and enables full account takeover with trading and withdrawal rights.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.