Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shybovycha/e2e-webshop
Tiny Angular-powered webshop to demonstrate E2E testing with WebdriverIO
https://github.com/shybovycha/e2e-webshop
Last synced: about 1 month ago
JSON representation
Tiny Angular-powered webshop to demonstrate E2E testing with WebdriverIO
- Host: GitHub
- URL: https://github.com/shybovycha/e2e-webshop
- Owner: shybovycha
- Created: 2015-11-26T22:20:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-26T22:20:58.000Z (about 9 years ago)
- Last Synced: 2024-04-13T07:57:52.339Z (9 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# E2E Webshop
Sample webshop made with Angular in 30 minutes to demonstrate what is end-to-end testing with Jasmine and WebdriverIO for Angular applications.
## Installing
Application itself could be run using these:
npm install
bower install
./node_modules/simplehttpserver/bin/simplehttpserverAnd tthen just open [http://localhost:8000](http://localhost:8000) to view the app.
## Testing
First of all, install Selenium:
./node_modules/selenium-standalone/bin/selenium-standalone install
Now, in one terminal window, run Selenium webdriver:
./node_modules/selenium-standalone/bin/selenium-standalone run
Make sure your application is running. In yet another terminal window, run Jasmine:
./node_modules