Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
PatrickJS
/
NG6-starter
Public
Notifications
You must be signed in to change notification settings
Fork
1.3k
Star
1.9k
Code
Issues
48
Pull requests
6
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Add e2e tests
- #116
#116
Open
samreaves
wants to merge 10 commits into
PatrickJS:master
PatrickJS/NG6-starter:master
from
samreaves:add-e2e-tests
samreaves/NG6-starter:add-e2e-tests
Copy head branch name to clipboard
Conversation
Commits
10
(10)
Checks
Files changed
Open
Add e2e tests
#116
samreaves
wants to merge 10 commits into
PatrickJS:master
PatrickJS/NG6-starter:master
from
samreaves:add-e2e-tests
samreaves/NG6-starter:add-e2e-tests
Copy head branch name to clipboard
Commits
Commits on Mar 10, 2016
Added protractor dependency and end to end npm test scripts
samreaves
committed
ff0fa74
View commit details
Copy full SHA for ff0fa74
Browse repository at this point
Configured protractor to use Chrome, go to localhost:3000, use jasmine, run on any file ending with .e2e.js, run in verbose mode and use babel for es2015 compilation
samreaves
committed
d83b56e
View commit details
Copy full SHA for d83b56e
Browse repository at this point
Added e2e tests for route components
samreaves
committed
6693f58
View commit details
Copy full SHA for 6693f58
Browse repository at this point
End to end test generator
samreaves
committed
a0d5cea
View commit details
Copy full SHA for a0d5cea
Browse repository at this point
Proposed module change with route included so as to ensure the component has a home at which to be tested. Still needs to be imported in components.js and provided a ui-sref link somewhere in order…
Show description for 64f33fc
samreaves
committed
64f33fc
View commit details
Copy full SHA for 64f33fc
Browse repository at this point
Removed ignoreSynchronization by default. Configured base URLs in both E2E tests and protractor configuration
samreaves
committed
f5c8750
View commit details
Copy full SHA for f5c8750
Browse repository at this point
Replaced default ChromeDriver with updated Selenium jar.
samreaves
committed
4ed1d56
View commit details
Copy full SHA for 4ed1d56
Browse repository at this point
Moved e2e tests to gulp. Can't seem to stop the serve process for some reason
samreaves
committed
bd036f3
View commit details
Copy full SHA for bd036f3
Browse repository at this point
Figured out how to stop server
samreaves
committed
4322c73
View commit details
Copy full SHA for 4322c73
Browse repository at this point
Commits on Mar 11, 2016
Jar location no longer needed as gulp-protractor-angular handles the update and location for us. No longer need npm scripts either
samreaves
committed
946f89b
View commit details
Copy full SHA for 946f89b
Browse repository at this point
You can’t perform that action at this time.