
LibCrowds Documentation Testing
Type to start searching
    LibCrowds/libcrowds
    LibCrowds/libcrowds
    • Introduction
      • Introduction
      • Local Installation
      • Deployment
      • Plugins
      • Configuring PYBOSSA
      • Configuring LibCrowds
      • Configuring Explicates
      • Testing
      • Introduction
      • New Project
      • Filters
      • Thumbnail
      • Results
      • Delete
      • Core Details
      • Collection
      • Volume
      • Template
      • Webhooks
      • Introduction
      • New Template
      • Core Details
      • Task
      • Redundancy
      • Parent
      • Analysis
      • Tutorial
      • Delete
      • Introduction
      • New Collection
      • Core Details
      • Page Content
      • Annotations
      • Forum Integration
      • Celebrations
      • Item Tags
      • Project Filters
      • Volumes
      • Featured Projects
      • Task Presenter
      • Delete
      • Dashboard
      • User Management
      • Announcements
      • Results
      • Background Jobs
      • Pending Templates
    • Results Analysis
      • Introduction
      • Data Model
      • Downloads
      • API
    • Z39.50
    • Glossary
    

    Testing

    Tests are written using Jest and run each time a commit is pushed using Travis CI. Run the tests with the following commands:

    # build (required for testing with nuxt components)
    npm run build
    
    # run lint
    npm lint
    
    # run unit tests
    npm unit
    
    # run all tests
    npm test
    
    Previous Configuring Explicates
    Next Introduction
    powered by MkDocs and Material for MkDocs