Best of DigitalOcean — August 2022
- 1
- 2
DigitalOcean Community·4y
How To Run End-to-End Tests Using Playwright and Docker
Playwright is a great tool for end-to-end testing across browsers, including Chromium, Firefox, and Webkit. Playwright has features like auto-support interaction with browsers, so you don't have to install the web drivers manually. To run Playwright, you need an appropriate environment, such as type yes or press enter to confirm the setup for the package. The flag --save-dev is used.
- 3
DigitalOcean Community·4y
An Introduction to JSON
JSON, short for JavaScript Object Notation, is a format for sharing data. As its name suggests, it's derived from the JavaScript programming language, but it's available for use by many languages including Python, Ruby, PHP, and Java. Data can also be nested within the JSON format by using JavaScript arrays that are passed as a value. Arrays are ordered collections and can contain values of different data types.