npx playwright test --grep @<YOUR_TAG_NAME>
npx playwright test -g @<YOUR_TAG_NAME>^ = Ctrl key
M = Alt key
^G (F1) Display this help text
^X (F2) Close the current file buffer / Exit from nano
^O (F3) Write the current file to disk
^J (F4) Justify the current paragraph
^R (F5) Insert another file into the current one
| script | description |
|---|---|
| docker compose -f NOM_DU_FICHIER_DOCKER_COMPOSE down | arrête les containers des services mentionner dans le fichier |
| docker compose -f NOM_DU_FICHIER_DOCKER_COMPOSE logs NOM_DU_SERVICES_DU_FICHIER_DOCKER | affiche les logs de l'une des services du fichier docker compose cibler |
| docker compose -f NOM_DU_FICHIER_DOCKER_COMPOSE up -d | crée et lance les services du fichier en plusieurs container et en mode detacher (rends la main) |
| docker container stop NOM_DE_MON_CONTAINER | arreter un container qui à son status en up |
| docker container start NOM_DE_MON_CONTAINER | demarre le container |
| description | keybinding |
|---|---|
| Focus on the search bar | ctrl + l |
NewerOlder
