Setup
Installation and Setup
Q: How do I install the Stoobly JavaScript library?
# Install with npm
npm install stoobly --save-dev
# Install with yarn
yarn add -D stooblyQ: What are the requirements for using the Stoobly JavaScript library?
# Check Node version
node --version
# Should output v18.0.0 or higher
# Install with Playwright
npm install stoobly @playwright/test --save-dev
# Install with Cypress
npm install stoobly cypress --save-devQ: How do I import the Stoobly library?
Last updated