blumilksoftware / blt

Behat+Laravel toolbox. Still in progress.
https://packagist.org/packages/blumilksoftware/blt
3 stars 0 forks source link

#16 - Add basic translation tools #49

Closed JakubKermes closed 6 days ago

JakubKermes commented 3 weeks ago

Added basic translation tools.

@translations
Feature: Translation
    Scenario: Translations
        When I ask for translations of "Prices"
        Then I should see the following phrases:
            | locale | phrase   |
            | pl     | Ceny     |
            | fr     | Des prix |
JakubKermes commented 3 weeks ago

Waiting for updated http tools to proceed with checking language of endpoint responses