Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Large-scale applications using protractor?

I would like to see source code of large applications (if possible, in production) with e2e tests using protractor.

Could anybody provide links to such apps?

like image 695
Lukas Svoboda Avatar asked Oct 31 '22 23:10

Lukas Svoboda


1 Answers

As others have said, finding such source code with associated tests may prove to be difficult.

After doing some searching, this is the closest thing I could find.

http://product.moveline.com/testing-angular-apps-end-to-end-with-protractor.html

Perhaps you would be better off finding the differences between how unit tests and e2e tests using Protractor are performed and go from there?

For unit tests, I have found the AngularUI/Bootstrap source and tests to be an invaluable resource. Good luck!

like image 76
Pytth Avatar answered Nov 09 '22 14:11

Pytth