check-tests
check-tests copied to clipboard
GitHub action with static analysis for JavaScript tests.
**Describe the bug** Testomatio API incorrectly parse parameterised test value **To Reproduce** Execute parameterised test Ex. request to API ``` { 'artifacts': [], 'code': None, 'example': None, 'message': None, 'run_time':...
**Describe the bug** Upon importing automated tests from Playwright to the project with manual tests with the same names as auto tests, it can be noticed that the manual and...
Users should use string literals instead of + in test titles: ``` BAD GOOD 'test' + id + ' very important' => `test ${id} important` ``` - [ ] Docs...
If use parallelization of tests in one file - tests with `test.concurrent` ([Jest doc](https://jestjs.io/docs/api#testconcurrentname-fn-timeout)) do not immediately import into the testomat.io. Workaround: first import simply `test` to assign an id,...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...
**Is your feature request related to a problem? Please describe.** when we try to upload the test XML report then all test suits will be uploaded and an appropriate folder...
Bumps [axios](https://github.com/axios/axios) to 1.6.7 and updates ancestor dependency [@testomatio/reporter](https://github.com/testomatio/reporter). These dependencies need to be updated together. Updates `axios` from 0.25.0 to 1.6.7 Release notes Sourced from axios's releases. Release v1.6.7...
- auto assign ids from testomat - manual ids assignment - sync with testomat.io Support following actions: - Importing Into Project - Disable Detached Tests - Synchronous Import - Auto-assign...
**Is your feature request related to a problem? Please describe.** Synchronized the test suite. But then I want to exclude one test from the set of tests that are synchronized....
When nested suites have tests with the same titles - they should be taken into account in the final count of all tests. Link to thread https://testomatio.slack.com/archives/C051DR0CK6W/p1684921657414229?thread_ts=1680431321.338879&cid=C051DR0CK6W