Skip to content

mkoertgen/hello.cypress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hello.cypress

A blueprint getting started with Cypress.io

My-App

A sample React App, bootstrapped with Create React App (TypeScript)

$ cd my-app
$ npm install
# Run the app -> http://localhost:3000
$ npm start

# In another terminal, run e2e-tests
$ npm run test:e2e
...
       Spec                                              Tests  Passing  Failing  Pending  Skipped
  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ √  sample-spec.cy.js                        479ms        1        1        -        -        - │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘
    √  All specs passed!                        479ms        1        1        -        -        -

Cypress

A container executing e2e-tests suitable for a CI/CD pipeline.

docker-compose run --rm cypress

References

Alternatives

About

A blueprint for getting started with Cypress

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published