docs(v2): Added kotest to showcase (#4262)

* Add files via upload

* Update users.js

* Update users.js

Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
This commit is contained in:
Sam Sam 2021-02-22 09:11:02 -06:00 committed by GitHub
parent ffb9ad0356
commit 9c02bf7f80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 195 KiB

View file

@ -269,6 +269,15 @@ const users = [
fbOpenSource: true,
pinned: true,
},
{
title: 'Kotest',
description: 'Kotlin test framework',
preview: require('./showcase/kotest.jpg'),
website: 'https://kotest.io',
source: 'https://github.com/kotest/kotest',
fbOpenSource: false,
pinned: false,
},
{
title: 'SICOPE Model',
description: 'An open source model-based testing tool for web applications',