-
Clone the repository:
git clone <repository-url> cd agentql-tutorial
-
Install the dependencies:
npm install
-
Create a
.envfile by copying the.env.examplefile:cp .env.example .env
-
Add your
AGENTQL_API_KEYto the.envfile:AGENTQL_API_KEY=your_agentql_api_key_here
-
Install Playwright browsers:
npx playwright install
To run the tests, use the following command:
npm test
``