Last updated on : 09 Jan 2026
CodeceptJs: Setup Guide
Prerequisites
- Ensure you have Node.js version 16+ installed.
- To check your Node.js version, run:
> node -v
Configuration
Before running the project, update the necessary details in:
config/pcloudy.config.js
Installation
Run the following command to install project dependencies:
npm install
Running Tests
To execute the test suite, use:
for ios
npm run ios
for android
npm run android
Try our Sample Repository
Get a Sample Project: View on GitHub
Did this page help you?