bring over the notes

This commit is contained in:
Loren Norman
2017-05-18 12:42:06 -04:00
parent ffc504a568
commit 817e2c8888
5 changed files with 34 additions and 1 deletions
@@ -3,3 +3,10 @@ comments: true
---
# Placeholder
Assumes installation into a Node/npm project
Mechanical step-by-step
CLI local install and launch instructions, $(npm bin)/cypress, etc
Screenshots
Use CLI, but mention or link out to direct download
Nod and apologies to Windows users (OSS CTA)
@@ -2,3 +2,10 @@ title: Next Steps
---
# Placeholder
Examples, recipes, “see cypress in action”
Get into the basics!
Link to relevant cheat sheets
Open source?
Dashboard?
Where were going
@@ -2,3 +2,8 @@ title: Testing Your App
---
# Placeholder
Booting your server
Visiting your app, baseUrl
The big gotcha: logging in
Pre-existing errors?
@@ -2,4 +2,11 @@ title: Why Cypress?
comments: true
---
# Placeholder
# Cypress in 10 Minutes
![Cypress in 10 Minutes](http://placehold.it/1920x1080)
vision/mission/strategic plan
Status quo, how cypress is better, what tradeoffs we make
Towards a better future for web dev!
Harvest lists from readme
@@ -2,3 +2,10 @@ title: Writing Your First Test
---
# Placeholder
New to testing? Link to fundamentals, but should be digestible still
Bring your own app or include server instrux?
describe, context, it
visit, select, assert
Use kitchen sink, with a caveat about not doing this in prod
Very easy video