-
**Describe the bug**
In allure-codeceptjs 3.0.0-beta.10, when running tests with the --steps or --debug options, the expected step-by-step output is no longer shown
**To Reproduce**
Steps to repr…
-
Tests that use the tryTo functionality are not sent to ReportPortal correctly. If the step inside tryTo fails, this plugin seems to consider that step as actually failed and does not continue sending …
-
**Describe the bug**
**To Reproduce**
Suppose `AfterSuite()` in our CodeceptJS's test suite fails (simulated by `I.assertEqual(1, 2);`)
**Expected behavior**
Other scenarios passed and only …
mirao updated
1 month ago
-
#### What are you trying to achieve?
In cli within test execution to see only passed/failed tests
#### What do you get instead?
While test execution except passed/failed tests, skipped tests al…
-
**What it's your question on ARA ?**
Do you plan to add integration with CodeceptJS?
**Context**
I have e2e testing with CodeceptJS within a Gitlab pipeline and I would like to have the reports i…
-
Нужно поддержать возможность использования CodeceptJS вместо NightwatchJS
-
Writing browser scripts in raw Playwright / Puppeteer has lots of pitfalls:
* requirement of pro-knowledge of JavaScript
* reading API of Playwright/Puppeteer
* good knowledge of assertion librar…
-
**Describe the bug**
When I run my tests in a command line window, lots of lines are printed in black. Because the background of my command line window is black, the lines are not visible. The lines …
-
#### What are you trying to achieve?
I need to use top-level `await` to retrieve config from AWS and other APIs but CodeceptJS seems completely incompatible with ES modules. Top-level await is simply…
-
#### What are you trying to achieve?
wire up bdd test hooks like const { Before, After, BeforeAll, AfterAll } = require('@cucumber/cucumber');
#### What do you get instead?
hooks dont get trigg…