chore: datas are ok and sync also
This commit is contained in:
@@ -10,21 +10,24 @@
|
||||
"https://www.selenium.dev/",
|
||||
"https://www.selenium.dev/documentation/"
|
||||
],
|
||||
"icon": "fas-bug"
|
||||
"icon": "fas-bug",
|
||||
"importance": "standard"
|
||||
},
|
||||
{
|
||||
"id": "cypress",
|
||||
"name": "Cypress",
|
||||
"description": "Framework de test JS end-to-end moderne pour les applications web avec interface de développement intégrée",
|
||||
"links": ["https://www.cypress.io/", "https://docs.cypress.io/"],
|
||||
"icon": "fas-bug"
|
||||
"icon": "fas-bug",
|
||||
"importance": "standard"
|
||||
},
|
||||
{
|
||||
"id": "k6",
|
||||
"name": "K6",
|
||||
"description": "Outil de test de charge open source en JS pour la performance et le stress testing des applications",
|
||||
"links": ["https://k6.io/", "https://k6.io/docs/"],
|
||||
"icon": "fas-tachometer-alt"
|
||||
"icon": "fas-tachometer-alt",
|
||||
"importance": "standard"
|
||||
},
|
||||
{
|
||||
"id": "jmeter",
|
||||
@@ -34,7 +37,8 @@
|
||||
"https://jmeter.apache.org/",
|
||||
"https://jmeter.apache.org/usermanual/"
|
||||
],
|
||||
"icon": "fas-chart-line"
|
||||
"icon": "fas-chart-line",
|
||||
"importance": "standard"
|
||||
},
|
||||
{
|
||||
"id": "robot-framework",
|
||||
@@ -44,7 +48,8 @@
|
||||
"https://robotframework.org/",
|
||||
"https://robotframework.org/robotframework/"
|
||||
],
|
||||
"icon": "fas-robot"
|
||||
"icon": "fas-robot",
|
||||
"importance": "majeure"
|
||||
},
|
||||
{
|
||||
"id": "mutation-testing",
|
||||
@@ -54,7 +59,8 @@
|
||||
"https://en.wikipedia.org/wiki/Mutation_testing",
|
||||
"https://stryker-mutator.io/docs/mutation-testing-elements/what-is-mutation-testing"
|
||||
],
|
||||
"icon": "fas-dna"
|
||||
"icon": "fas-dna",
|
||||
"importance": "majeure"
|
||||
},
|
||||
{
|
||||
"id": "stryker",
|
||||
@@ -64,14 +70,16 @@
|
||||
"https://stryker-mutator.io/",
|
||||
"https://stryker-mutator.io/docs/"
|
||||
],
|
||||
"icon": "fas-bug"
|
||||
"icon": "fas-bug",
|
||||
"importance": "majeure"
|
||||
},
|
||||
{
|
||||
"id": "pitest",
|
||||
"name": "Pitest",
|
||||
"description": "Framework de tests de mutation pour Java et JVM",
|
||||
"links": ["https://pitest.org/", "https://pitest.org/quickstart/"],
|
||||
"icon": "fab-java"
|
||||
"icon": "fab-java",
|
||||
"importance": "majeure"
|
||||
},
|
||||
{
|
||||
"id": "pytest-mutmut",
|
||||
@@ -81,7 +89,8 @@
|
||||
"https://github.com/boxed/mutmut",
|
||||
"https://mutmut.readthedocs.io/"
|
||||
],
|
||||
"icon": "fab-python"
|
||||
"icon": "fab-python",
|
||||
"importance": "standard"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user