Skip to content

Commit 55f6412

Browse files
committed
fix: add tag to manifest
1 parent 31a462a commit 55f6412

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ package = "netlify-plugin-cypress"
135135

136136
See [cypress-example-kitchensink](https://github.com/cypress-io/cypress-example-kitchensink) for instance.
137137

138-
### testing server before build
138+
### testing the site before build
139139

140140
By default this plugin tests static site _after build_. But maybe you want to run end-to-end tests against the _local development server_. You can start local server, wait for it to respond and then run Cypress tests by passing parameters to this plugin. Here is a sample config file
141141

manifest.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ inputs:
66
default: false
77
- name: spec
88
- name: group
9+
- name: tag
10+
911
# tells the plugin how to start the server using custom command
10-
# and waiting for an url
12+
# and waiting for an url, record to the dashboard, tag, etc
13+
# see README "testing the site before build"
1114
- name: preBuild

0 commit comments

Comments
 (0)