-
#### What are you trying to achieve?
First off: we could manage to archieve autocompletion in our ide
So there can be some mistakes while writing a test. like in this example my coworker had a spell…
-
**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 …
-
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**
Some of my test suites fail in the `Before` setup block. This will then cause the rest of the tests in the suite to skip from the test runner, however Testomat will report these …
-
**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…
-
#### What are you trying to achieve?
Trying to run 2 scenarios with one containing tryTo().
#### What do you get instead?
With the flag -p pauseOnFail, codeceptjs is stopping after scenario 1…
-
Нужно поддержать возможность использования 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…
-
#### 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 are you trying to achieve?
We aim to obtain reports on failing scenario steps when using "run-multiple --all".
#### What do you get instead?
there is no report of the failing scenario ste…