Don't Open iTunes!

I don't love using iTunes for listening to music!

Crawlers and SPAs

We build our websites as single page applications. So search engine's crawlers can't fetch the content of our websites. Therefore we must make our websites readable by crawlers.

Mocking in Protractor

Now, our subject is how to mock requests which go out from our web application.

E2E Testing with Protractor on BrowserStack

Previously, I have written one more post about this subject. But that is about initialise an E2E test with just one example spec file.