FrontEnd Development
28.4K subscribers
144 photos
1 video
8.36K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.

Admin: @andrey2019
Download Telegram
End-to-End Testing with Nightwatch.js
Easily write end-to-end acceptance tests that run against a Selenium/WebDriver server. - https://goo.gl/qd9YZQ

#endtoend #tests #nightwatch
End-to-End Testing React Applications with TestCafe
Alexander Moskovkin uses TestCafe to test the React TodoMVC application. - https://goo.gl/eRf8WZ

#react #endtoend #tests
Testing Vue with Jest part — II

This tutorial will not explain you how to configure a vue application. We only will focus on component creation and tests. - http://bit.ly/2KN8m9K

#vue #tests
How To Level Up Your Angular Unit Testing Game (2/3)

In the previous post, we learned how to pass parameters into Angular CLI to run unit tests. In this post, we’ll dive into Karma configuration and make the test runner more snazzy by configuring it for our unique needs. It’s time to level up your testing game and get pumped up to unit test! — http://amp.gs/9fHA

#angular #unit #tests
Using Cypress to Write Tests for a React App

A straightforward introduction to using Cypress with React. Cypress is an end-to-end testing library that makes it easy to define and run user/UI actions programmatically to test the behavior of an app. - http://amp.gs/ONqS

#react #cypress #tests