Skip to content

Saulis/gemini-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gemini-express

Plugin for starting up Express when running tests with Gemini

Build Status

Requirements

Works with gemini v0.13.4 or later.

Latest test run done with v1.0.6

Installation

npm install gemini-express

Configuration

  • root (optional) sets the root folder from where the files are hosted. Defaults to process.cwd().
  • port (optional) sets the port that is used. Defaults to a random free port.

Set the configuration to your .gemini.yml

system:
    plugins:
      express:
        root: /home/root
        port: 12345

About

Plugin for starting up Express when running tests with Gemini

Resources

License

Stars

Watchers

Forks

Packages

No packages published