daydream

A small matrix web client written in rust
git clone git://archive.git.mtrnord.blog/daydream-mx/daydream.git
Log | Files | Refs | README | LICENSE

commit a5cdc26968e2346d95c55c7705ddad1c3e1941cf
parent cef441f9c7ec1f149379d433e6c99fe0ad489818
Author: Marcel <mtrnord1@gmail.com>
Date:   Sat, 13 Jun 2020 21:14:16 +0200

Use dummy task for firefox e2e to not get conflicts with chrome task

Took 2 minutes

Diffstat:
Mpackage.json | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package.json b/package.json @@ -3,7 +3,8 @@ "scripts": { "test": "yarn run test:chrome", "test:chrome": "start-server-and-test start http-get://localhost:8888 cy:run", - "test:firefox": "start-server-and-test start http-get://localhost:8888 cy:run:firefox", + "test:firefox": "start-server-and-test dummy http-get://localhost:8888 cy:run:firefox", + "dummy": "", "build:dev": "webpack --mode development", "build": "webpack --mode production", "start:dev": "webpack-dev-server --mode development",