%%{init: { 'logLevel': 'debug', 'theme': 'forest' } }%%
timeline
%%title History of Automated JS Testing Frameworks
section Prerequisites
1993: Web
2000-2004: Start of automation with simple test scripts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 1. File Extension | |
// - Example: The file is named styles.scss | |
// 2. SCSS Syntax Features | |
// - Example: Use of variables, nesting, mixins, and extends in this file. | |
$base-font-size: 16px; | |
body { | |
font-size: $base-font-size; |
OlderNewer