Translation of "Codeception" in Polish
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
The above test is the very essence of Codeception - it uses the basic components of the framework.
As I already mentioned before, using Codeception you can write unit, functional and acceptance tests.
Jak już wcześniej pisałem, z pomocą Codeception można pisać testy jednostkowe, funkcjonalne i akceptacyjne.
Yii2 tests: Codeception configuration and first test
Codeception - how to start automatic tests using docker-console
Codeception - jak zacząć automatyzować swoje testy w docker-console
In this article, we would like to introduce you to the world of automatic tests using Codeception, based on this kind of a project.
Jak automatyzować testy w docker-console W tym artykule chcemy wprowadzić Cię w świat testów automatycznych, z wykorzystaniem Codeception, bazując właśnie na takim projekcie.
I hope that after reading this text you will know how to start your adventure with Codeception and that I encouraged you at least a little bit.
Mam nadzieje, że po przeczytaniu tego tekstu, będziecie wiedzieć, jak rozpocząć swoją przygodę z Codeception i że chodź trochę Was do tego zachęciłem.
The last thing I would like to discuss before we move on to writing examples of tests are locators, which is the way Codeception finds the elements which we want to use during our tests.
Selektory Ostatnią rzeczą jaką chciałbym omówić, zanim przystąpimy do pisania przykładowych testów, są lokalizatory, czyli jak dokładnie Codeception znajduje elementy na których chcemy działać podczas testu.
Codeception automatically makes screenshots (and downloads HTML code) for any errors found, but you can also perform manual download at any stage of the script.
Codeception automatycznie tworzy zrzuty ekranu (+pobranie kodu HTML) w przypadku błędu, ale można też wywołać pobranie ręcznie w dowolnym momencie skryptu.
Installation We already have a ready Codeception image, so you will not have to install anything.
Instalacja Mamy przygotowany gotowy obraz z Codeception, dlatego nie będziecie musieli niczego instalować.
Reports Of course, Codeception does not leave you only with what you see in the console.
Raporty Oczywiście Codeception nie pozostawia nas jedynie z tym co zobaczymy w konsoli podczas wykonania testu.
In PHP you can use PHPUnit or Codeception for example to write automated tests.
W PHP można np. użyć PHPUnit lub Codeception.
Codeception supports the Page Object pattern.
If Yii2 and codeception are install, we can compile and run default tests with command: (root path of application).
I jeżeli mamy zainstalowany framework Yii2 i codeception globalnie to możemy kompilować i uruchamiać testy komendą: (z ścieżki głównej aplikacji).