codecept-typescript-example
codecept-typescript-example copied to clipboard
Example of codeceptjs using typescript.
Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.0.4 to 4.2.2. Changelog Sourced from browserify-sign's changelog. v4.2.2 - 2023-10-25 Fixed [Tests] log when openssl doesn't support cipher [#37](https://github.com/crypto-browserify/browserify-sign/issues/37) Commits Only apps should have lockfiles 09a8995...
Bumps [fsevents](https://github.com/fsevents/fsevents) from 1.2.9 to 1.2.13. Release notes Sourced from fsevents's releases. Release v1.2.13 Only build on Mac-OSX Release v1.2.11 Removing node-pre-gyp so that building fsevents becomes easier and enabled...
when we run command : npx codeceptjs def 1 const { I } = inject(); ~ 'I' was also declared here. at createTSError (.../node_modules/ts-node/src/index.ts:859:12) at reportTSError (.../node_modules/ts-node/src/index.ts:863:19) at getOutput (.../node_modules/ts-node/src/index.ts:1077:36)...
How should the steps_file.js be written to work as ts file? Thanks
https://codecept.io/pageobjects#pageobject - [x] add page object - [x] add page object using in tests Fixes part of #3
- [ ] add page object - [ ] add page object using in tests - [ ] add page object using in helper
Create an CI for example, which start app and runs tests. - [ ] Add CI - [ ] Add e2e tests run in CI - [ ] Describe how...
Currently, project is works and show a simple example of project structure and tests. But, some JS/TS/Codecept newbies don't know what to pay attention. - [ ] Why and where...
Currently `ts-node` package is used to run tests. Maybe, using `tsc` directly will be interested for someone to avoid unnecessary packages (and their possible bugs) - [ ] create script,...