-
### What is the problem this feature would solve?
Similar to https://github.com/oven-sh/bun/issues/6409, I'd like to migrate from a pnpm lockfile to a bun lockfile. This will help me use pnpm's stabl…
-
#### What are you trying to achieve?
I'm trying to get stepByStepReport.
#### What do you get instead?
After the first failure, there are no screenshots of the following scenarios (successful…
Inok updated
11 months ago
-
installing finish succesfull by "npm i vue-cli-plugin-codeceptjs-puppeteer --save-dev"
But if I run command "vue invoke vue-cli-plugin-codeceptjs-puppeteer" it returns an error
Plugin vue-cli-p…
-
#### What are you trying to achieve?
For run-multiple execution with multiple browsers like Chrome, Safari, Firefox and Edge, the subfolder in the output folder should have a name like parallel_Chro…
-
**WHEN I execute tests with following selectors
THEN I get a warning in the console and logs**
**Example selectors:**
//a[text()="Nutzungsbedingungen"]
//a[@class="PersonalDataPageAgreementSecti…
-
#### What are you trying to achieve?
I am using CodeceptJS + Playwright
I'm looking for a before all solution to open browser e execute some steps before scenarios but can't find anyone in codec…
ghost updated
3 years ago
-
#### What are you trying to achieve?
I click an element y test fails, but when you see the screenshots the click was made.
Test sees the element exits before clicking it.
#### What do you get i…
-
Das Ziel ist es mit dem Testframework CodeceptJS und Puppeteer das Frontend automatisiert zu testen.
geschätzte Zeit: 42 Stunden
-
#### What are you trying to achieve?
I'm trying to run a test.
#### What do you get instead?
After running the test, codecept takes a long time to quit the process. It does not matter if the tes…
-
https://github.com/codeceptjs/CodeceptJS/blob/29c9fc942ae43996da2c469308afbb8b99ceeda1/lib/utils.js#L82
This should check if the property is a getter before trying to access it otherwise the getter…