# raml-parser-service-e2e-test **Repository Path**: mirrors_mulesoft/raml-parser-service-e2e-test ## Basic Information - **Project Name**: raml-parser-service-e2e-test - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2025-08-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AUTOMATION-RAML-PARSER-API API Test Automation for API Platform using [TypeScript](https://www.typescriptlang.org/) with [Mocha](https://mochajs.org/). ## First time setup * _Requires `Node v6` or bigger, see [here](https://github.com/mulesoft/js-automation-framework/wiki/Install-Node.js) how to install it_ * _Requires to be logged in into the npm private Mulesoft registry, see [here](https://github.com/mulesoft/js-automation-framework/wiki/NPM-private-configuration) how to do it_ ```sh git clone https://github.com/mulesoft/automation-automation-raml-parser-api-api.git cd automation-raml-parser-api npm install ``` ## Running tests Locally * To execute all tests (`qax`is the default test environment) ```sh npm test ```