This website requires JavaScript.
Explore
Help
Sign In
Hopiu
/
angular.js
Watch
1
Star
0
Fork
You've already forked angular.js
0
mirror of
https://github.com/Hopiu/angular.js.git
synced
2026-03-19 16:10:22 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
cef084ade9
angular.js
/
test
/
ngScenario
/
e2e
/
style.css
12 lines
100 B
CSS
Raw
Normal View
History
Unescape
Escape
moved all uneeded files out, widgets.html works, tests horribly broken
2010-03-26 23:27:18 +00:00
th
{
text-align
:
left
;
}
tr
{
border
:
1px
solid
black
;
}
New Angular Scenario runner and DSL system with redesigned HTML UI. Uses the Jasmine syntax for tests, ex: describe('widgets', function() { it('should verify that basic widgets work', function(){ navigateTo('widgets.html'); input('text.basic').enter('Carlos'); expect(binding('text.basic')).toEqual('Carlos'); input('text.basic').enter('Carlos Santana'); expect(binding('text.basic')).not().toEqual('Carlos Boozer'); input('text.password').enter('secret'); expect(binding('text.password')).toEqual('secret'); expect(binding('text.hidden')).toEqual('hiddenValue'); expect(binding('gender')).toEqual('male'); input('gender').select('female'); expect(binding('gender')).toEqual('female'); }); }); Note: To create new UI's implement the interface shown in angular.scenario.ui.Html.
2010-10-08 23:43:40 +00:00
.
redbox
{
background-color
:
red
;
Remove obsolete scenario folder * moved scenario e2e tests in test/scenario/e2e folder * remove $location test
2011-06-17 17:06:27 +00:00
}
Reference in a new issue
Copy permalink