Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 495 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 495 Bytes

Strapi for tests

Run it for PyStrapi integration tests

Installation

npm ci
# or install and update (update package-lock):
npm install

Prepare data

mkdir .tmp
cp testdata/data.db .tmp/

Run

npm run develop
# or
npm run start

More info:

Admin user:
First name: strapi, Last name: strapi, Email: strapi@test.com, Password: Strapi123.

Test user:
username: strapi1_authenticated, email: strapi1@test.com, password: strapi.