💡 TIP: Select the "Preview" Tab to help read these instructions.
1. Issue type
Type the letter "x" in the "checkbox" the best describe this issue.
2. User story summary
Describe what you want to accomplish and in what role/capacity, and why it's important to you.
EXAMPLE:
As a Job Applicant,
I want to submit my resume
In order to be considered for a job opening.
As a {role},
I must/need/want/should {do something}
In order to {achieve value}.
3. Acceptance criteria
Replace the examples below with your own imperative, "true/false" statements for the behavior you expect to see, or the behavior that would be true if there were no errors (for defects).
appveyor.yml
install:
- ps: Install-Product node '7'
- npm install -g npm --silent --quiet
- npm install --silent --quiet
platform:
- x86
- x64
build: off
test_script:
- node --version
- npm --version
- npm test
💡 TIP: Select the "Preview" Tab to help read these instructions.
1. Issue type
2. User story summary
As a {role},
I must/need/want/should {do something}
In order to {achieve value}.
3. Acceptance criteria
appveyor.yml