gemini-express

Plugin for starting up Express when running tests with Gemini

Usage no npm install needed!

<script type="module">
  import geminiExpress from 'https://cdn.skypack.dev/gemini-express';
</script>

README

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