gemini-gui
Advanced tools
Comparing version 6.0.0 to 6.0.1
# Changelog | ||
## 6.0.1 - 2018-04-19 | ||
* Added deprecation warning: "This package is deprecated. Use html-reporter instead". | ||
## 6.0.0 - 2018-03-30 | ||
@@ -4,0 +8,0 @@ |
@@ -37,2 +37,4 @@ 'use strict'; | ||
console.log(`GUI is running at ${chalk.cyan(result.url)}`); | ||
console.warn(`${chalk.red('Warning: this package is deprecated. Use html-reporter instead.')}`); | ||
console.warn(`${chalk.red('See: https://github.com/gemini-testing/gemini-gui#how-to-migrate')}`); | ||
if (program.open) { | ||
@@ -39,0 +41,0 @@ opener(result.url); |
{ | ||
"name": "gemini-gui", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "GUI for gemini testing utility", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -5,2 +5,29 @@ # Gemini GUI | ||
## WARNING | ||
This package is deprecated and no longer supported. | ||
Use [html-reporter](https://github.com/gemini-testing/html-reporter) plugin and `gemini gui` command instead. | ||
### How to migrate | ||
To be able to use `GUI` on a project you must have [gemini](https://github.com/gemini-testing/gemini) installed locally in the project. | ||
1. Install [html-reporter](https://github.com/gemini-testing/html-reporter) plugin. | ||
2. [Add html-reporter plugin](https://github.com/gemini-testing/html-reporter#gemini-usage) to your gemini config file. | ||
3. Now you can use `GUI` by running `gemini gui` in the project root: | ||
``` | ||
./node_modules/.bin/gemini gui | ||
``` | ||
4. To see available options of `gemini gui` command, run in the project root: | ||
``` | ||
./node_modules/.bin/gemini gui --help | ||
``` | ||
## What is Gemini GUI? | ||
GUI for [gemini](https://github.com/gemini-testing/gemini) utility. | ||
@@ -7,0 +34,0 @@ |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
939633
2252
76
1