Skip to content

An example application that captures prominent and ugly functionality found on the web. Perfect for writing automated acceptance tests against.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE
MIT
license.txt
Notifications You must be signed in to change notification settings

flogvall/the-internet

 
 

Repository files navigation

Testing the login component with Cypress

I decided to test the login component locally instead of the deployed the-internet as that is how I would test a newly developed feature.

Cypress tests for the login component

The Cypress tests can be found in ./cypress/integration/login_spec.js

Setup of the app

Install needed gems with bundle install and then start the app server with rackup

Run the Cypress tests

Start Cypress with npx cypress open and run the login_spec.js

About

An example application that captures prominent and ugly functionality found on the web. Perfect for writing automated acceptance tests against.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE
MIT
license.txt

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 66.8%
  • JavaScript 12.8%
  • HTML 9.6%
  • SCSS 7.7%
  • Ruby 3.1%
  • Dockerfile 0.0%