apps/test-suite/README.md
This document provides an overview of the test suite for the Firecrawl project. It includes instructions on how to run the tests and interpret the results.
The test suite is designed to ensure the reliability and performance of the Firecrawl system. It includes a series of automated tests that check various functionalities and performance metrics.
To run the tests, navigate to the test-suite directory and execute the following command:
npm install
npx playwright install
npm run test
To run load tests using Artillery, follow these steps:
npm install -g artillery
artillery run load-test.yml
The tests are designed to cover various aspects of the system, including:
If you encounter any failures or unexpected results, please check the following:
Contributions to the test suite are welcome. Please refer to the project's main CONTRIBUTING.md file for guidelines on how to contribute.