check-tests icon indicating copy to clipboard operation
check-tests copied to clipboard

GitHub action with static analysis for JavaScript tests.

Results 36 check-tests issues
Sort by recently updated
recently updated
newest added

**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':...

bug
priority medium
api

**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...

bug
priority medium
playwright

Users should use string literals instead of + in test titles: ``` BAD GOOD 'test' + id + ' very important' => `test ${id} important` ``` - [ ] Docs...

enhancement

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,...

enhancement
jest

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...

dependencies

**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...

enhancement

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...

dependencies

- 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...

enhancement
priority medium
python

**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....

enhancement
priority medium

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

bug
priority high