Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey
Filter by
Sorted by
Tagged with
0 votes
0 answers
48 views

I'm trying to validate responses in Codeception using seeResponseIsValidOnJsonSchema() method which uses JSON Schema for PHP library. The problem is that it looks like JSON Schema "external" ...
Michał Żurakowski's user avatar
0 votes
0 answers
22 views

After passing the archive with my extension to the Magento marketplace on technical review I got a ce-mftfmagento-commands.json with following error. my environment: php:8.2 / mageno:2.4.7 test name: ...
valentyn's user avatar
0 votes
1 answer
49 views

My Test: $I->wantTo("Create new claim"); $I->haveHttpHeader('accept', 'application/json'); $I->haveHttpHeader('content-type', 'application/json; charset=utf-8'); $I->...
Dmitriy's user avatar
0 votes
1 answer
126 views

I encountered a problem using codeception with selenium. I tried to write an acceptance test for some forms and with codeception using selenium. But i'm struggling with the MUI-X Datepickers. The ...
schmauso's user avatar
0 votes
2 answers
36 views

We have 2 scenarios: Account Binding (registering a bank account number to a service) Verify OTP (input the otp code sent via customer's mobile phone) Some response from the Account Binding used in ...
Prabowo Murti's user avatar
0 votes
0 answers
59 views

I am using Mailcatcher when doing testing with codeception in an Github Actions. Installing it like this: - name: Install & run mailcatcher run: | sudo gem install mailcatcher --no-...
maidan's user avatar
  • 239
0 votes
0 answers
149 views

I cover my project with unit tests. I'm using infection and codeception v5. Also I install bypass-finals extension, cause project has a lot of final classes. I guess because of the presence of final ...
boulette de pate's user avatar
2 votes
1 answer
99 views

I use Codeception framework and Netbeans IDE for my test automation using PHP. I would like to run 2 tests one after another in a group, where the API test will run first and after the successful run ...
Summa11's user avatar
  • 21
0 votes
1 answer
168 views

I have a pretty simple repository test case: class AmaRepositoryCest { public function _before(FunctionalTester $I) { $I->loadFixtures(AmaFixture::class); } public function ...
Majesty's user avatar
  • 2,089
0 votes
1 answer
160 views

I'm trying to upgrade my project's php version from php 7.4 to php 8.1, Now I changed the php version in my composer.json to php 8.1 like that: "require": { "php": "^8.1&...
Umar Sheikh Salem's user avatar
-1 votes
2 answers
94 views

I have a fixture to fill in the test user namespace Tests\Fixture; use Doctrine\Bundle\FixturesBundle\Fixture; use Doctrine\Persistence\ObjectManager; use App\Entity\User; final class UserFixture ...
Angus123's user avatar
  • 113
1 vote
1 answer
139 views

I write a unit test in CodeCception, my config Unit.suite.yml actor: UnitTester modules: enabled: - Asserts - Symfony: environment: 'autotest' step_decorators: ~ I have a ...
Angus123's user avatar
  • 113
1 vote
1 answer
119 views

I am working on project built in yii2 and the front end is angular 12 and i am trying to integrate api testing in my project (locally), i am following the documentation but not able to integrate it ...
Nabeel Siddiqui's user avatar
0 votes
0 answers
58 views

I'm using codeception for the first time, and I'm trying to test a symfony route that has parameters. When I run the test, it doesn't get to the page and the test fails. I've never used codeception, ...
user avatar
1 vote
0 answers
159 views

I have a testsuite that takes several minutes to complete so it starts to get annoying to run them all before each push (they will still be run in the deployment pipeline as well) So I was wondering ...
Chris's user avatar
  • 14.4k

15 30 50 per page
1
2 3 4 5
98