From e7ed96dc8973adcc4c18e34c8b435a862a5c82e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Ka=C5=88ka?= Date: Mon, 8 Jan 2024 10:20:53 +0100 Subject: [PATCH] =?UTF-8?q?responsivn=C3=AD=20web?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- articles/mstest.html | 77 ++++++++++++++++++ automatizovane-testovani.html | 149 +++++++++++++++++----------------- style.css | 79 +++++++++--------- test.html | 19 ----- 4 files changed, 194 insertions(+), 130 deletions(-) create mode 100644 articles/mstest.html diff --git a/articles/mstest.html b/articles/mstest.html new file mode 100644 index 0000000..687bc24 --- /dev/null +++ b/articles/mstest.html @@ -0,0 +1,77 @@ + + + + + + + + + + + + Testing Docs - MSTest + + + +

Testing Docs CZ

+

Dokumentace pro všechny testery

+
+ +
+ +
+ + +
+

MSTest

+

MSTest je framework pro testování softwaru, který je součástí platformy .NETa pochází od společnosti + Microsoft. Pomocí MSTestu lze psát a spouštětautomatizované testy pro ověření funkcionality a správnosti + kódu. MSTestposkytuje sadu funkcí a nástrojů pro vytváření a organizaci testovacíchpřípadů, jejich + spouštění + a vyhodnocování výsledků. Je možné cílit na různéčásti kódu, včetně tříd, metod, proměnných a + vlastností, a + ověřit jejichočekávané chování. MSTest lze použít jak v prostředí Visual Studio, tak i vprostředí Visual + Studio Code.

+ + +
+
+ + + + + +
Nejdůležitější články:
+
  • Co je automatizované + testování +
  • +
  • Otázky a odpovědí k + Playwright
  • +
    +
    +
    + + + + + \ No newline at end of file diff --git a/automatizovane-testovani.html b/automatizovane-testovani.html index 905e6c5..e6bd0c9 100644 --- a/automatizovane-testovani.html +++ b/automatizovane-testovani.html @@ -2,91 +2,94 @@ - - - + + + - + Testing Docs - Automatizované testování -

    Testing Docs CZ

    -

    Dokumentace pro všechny testery

    -
    - -
    -
    - -
    Copyright © Lukáš Kaňka 2023
    +
    + + + + + +
    Nejdůležitější články:
    +
  • Co je automatizované + testování
  • +
  • Otázky a odpovědí k + Playwright
  • +
    +
    +
    + + - + \ No newline at end of file diff --git a/style.css b/style.css index 3150746..7b8a589 100644 --- a/style.css +++ b/style.css @@ -1,93 +1,96 @@ :root { - --special_black: rgb(11, 2, 2); - --special_white: white; - --special_grey: grey; - --special_black_original: black; + --special_black: rgb(11, 2, 2); + --special_white: white; + --special_grey: grey; + --special_black_original: black; } body { - background-color: var(--special_black); - color: var(--special_white); + background-color: var(--special_black); + color: var(--special_white); + width: calc(100% - 32px); + max-width: 1200px; + margin: auto; } .menu-item { - display: inline-block; - width: 200px; - height: 20px; - position: static; - text-align: center; + display: inline-block; + width: 200px; + height: 20px; + position: static; + text-align: center; } .flexbox { - display: flex; + display: flex; } .navigation { - flex: 1; - margin: 0px 0px 0px 50px; + flex: 1; + margin: 0px 0px 0px 50px; } .content { - flex: 3; - margin-bottom: 20px; + flex: 3; + margin-bottom: 20px; } .articles { - margin: 0px 50px 0px 0px; + margin: 0px 50px 0px 0px; } footer { - position: fixed; - bottom: 0; + position: fixed; + bottom: 0; } .big-text { - font-size: 40px; + font-size: 40px; } h1 { - font-family: cursive; - margin: 0px 0px 0px 30px; + font-family: cursive; + margin: 0px 0px 0px 30px; } h2 { - font-family: cursive; - margin: 0px 0px 0px 30px; + font-family: cursive; + margin: 0px 0px 0px 30px; } /*.link-white*/ .button { - color: var(--special_white); + color: var(--special_white); } td, th { - border: 1px solid var(--special_white); - padding: 10px; + border: 1px solid var(--special_white); + padding: 10px; } .code-box { - border: 1px solid var(--special_white); - padding: 10px; - background-color: var(--special_grey); - font-family: monospace; - color: var(--special_black_original); - font-weight: bold; - border-radius: 8px; + border: 1px solid var(--special_white); + padding: 10px; + background-color: var(--special_grey); + font-family: monospace; + color: var(--special_black_original); + font-weight: bold; + border-radius: 8px; } .not-dot { - list-style-type: none; + list-style-type: none; } .link { - color: var(--special_white); + color: var(--special_white); } .strong-text { - font-weight: bold; + font-weight: bold; } .link-black { - color: var(--special_black_original); + color: var(--special_black_original); } diff --git a/test.html b/test.html index 8fb5151..e69de29 100644 --- a/test.html +++ b/test.html @@ -1,19 +0,0 @@ - - - - - - - Document - - -

    -

    -
    - -

    -p - - - \ No newline at end of file