the fresh logo: a sliced lemon dripping with juice

Welcome! You can use this module to help you run Deno tests on your Fresh project. Launch them with `deno test -A` or use VSCode like this:

Marionette

A Fresh project at https://marionette.deno.dev

A Fresh module at https://deno.land/x/fresh_marionette@v1.1.0

A Github Repo at https://github.com/Hyprtxt/marionette.deno.dev

This is intereting because it has Puppeteer Testing integrated with Github Actions!

Try:

deno test -A

But you need to install Chrome or Firefox with the link first. It will give you the install command, or you can go copy it out of the github action.

Github Actions

Runs deno fmt and the Puppeteer tests on Github Actions using a Linux Host. Fork the project and push to main or test to try it out.

.github/workflows/deno.yml

Things to do

Setup the tests so they launch the project, and test that version.

Fresh Usage

Start the project:

deno task start

This will watch the project directory and restart as necessary.