-
Notifications
You must be signed in to change notification settings - Fork 9
Tests
testomatio edited this page Mar 12, 2023
·
55 revisions
Created by Testomat.io
- π analyzer
- βοΈ
can import analyzer from main index - βοΈ
should parse all mocha files - βοΈ
should parse all typescript files - βοΈ
should exclude dir in file name if dir specified - βοΈ
should include full dir in file name - βοΈ
should avoid node_modules - βοΈ
should readchar` - βοΈ
should not load dirs as files - π env variable params
- βοΈ
should prepend a dir from env variable
- βοΈ
- βοΈ
- π codeceptjs parser
- π create todo tests
- βοΈ
should parse codecept file - βοΈ
should include code
- βοΈ
- π Parse CodeceptJS tags
- βοΈ
should include tags
- βοΈ
- π Parse CodeceptJS tags & datatable
- βοΈ
should include data and tags
- βοΈ
- π create todo tests
- π Comment
- βοΈ
should refer to proper skipped line in comment
- βοΈ
- π Decorator
- βοΈ
should print markdown - βοΈ
should print markdown2
- βοΈ
- π jasmine parser
- π jasmine tests
- βοΈ
should parse jasmine file - βοΈ
should include code
- βοΈ
- π jasmine tests
π tests/jest_test.js
- π jest parser
- π jest tests
- βοΈ
should parse jest file - βοΈ
should include code
- βοΈ
- π exclusive tests
- βοΈ
should throw an error if a file contains .only
- βοΈ
- π jest tests
π tests/mocha_test.js
- π mocha parser
- π mocha tests
- βοΈ
should parse mocha file
- βοΈ
- π cypress tests
- βοΈ
should parse cypress file - βοΈ
should include code
- βοΈ
- π graphql tests
- βοΈ
should parse codeceptjs internal test
- βοΈ
- π mocha tests
- π playwright parser
- βοΈ
should parse basic playwright-js tests - βοΈ
should parse basic playwright-ts tests - βοΈ
should parse multiple playwright-js tests - βοΈ
should parse multiple playwright-js tests - βοΈ
should update playwright suite if no suite set - βοΈ
should parse playwright-js tests with skip() annotation - βοΈ
should parse playwright-js tests with fixme() annotation - βοΈ
should parse playwright-ts tests with skip() & fixme() annotations
- βοΈ
π tests/qunit_test.js
- π qunit parser
- π qunit tests
- βοΈ
should parse qunit file
- βοΈ
- π qunit tests
- π testcafe parser
- π Testcafe tests
- βοΈ
should parse testcafe file - βοΈ
should include testcafe code
- βοΈ
- π Testcafe tests
- π UpdateIds FS
- βοΈ
should add suite and test ids - βοΈ
should clean suite and test ids safely - βοΈ
should clean suite and test ids unsafely
- βοΈ
- π update ids
- π update-ids
- βοΈ
should update id by title - βοΈ
should update id with tags by title - βοΈ
updates ids from server - βοΈ
ignore duplicates for ids from server - βοΈ
should not update other strings in file - βοΈ
allows multi-line titles - βοΈ
respects string literals - βοΈ
respects variables in string literals - βοΈ
respects variables in string literals and JSON report mode - βοΈ
respects variables in string literals in double param and JSON report mode - βοΈ
works ok with empty files - βοΈ
supports typescript - βοΈ
supports typescript with types
- βοΈ
- π clean-ids
- βοΈ
cleans up ids from strings - βοΈ
cleans up ids from string literals - βοΈ
unsafely cleans up ids from string literals - βοΈ
can remove ids from typescript
- βοΈ
- π update-ids
π tests/utils_test.js
- π util functions
- βοΈ
#replaceAtPoint
- βοΈ