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