-
## Week 1
- [x] Go fundamentals
- [ ] Typescript fundamentals
- [x] coreutils: echo, env, cat, wc, head, tail, yes, true, false, tree (use gobyexample to speed up things)
- [x] Testing fundame…
-
#### Summary
Component testing support was recently added in an alpha version of playwright/test. They've added support for vue2 recently. https://github.com/microsoft/playwright/issues/14143
Here…
-
I will probably end up implementing it myself, so using this issue for notes and to judge interest.
I would like to be able to quickly configure a custom command to test a project without implement…
-
Currently the testing framework allows you to test if a page component actually exists. This behaviour is configured in the `/config/inertia.php` file:
```php
'testing' => [
'ensure_pages_exi…
-
# Week 1
- [x] Go fundamentals
- [x] Typescript fundamentals
- [x] coreutils: `echo, env, cat, wc, head, tail, yes, true, false, tree` (use gobyexample to speed up things)
- [x] Testing fundamen…
-
开始准备对现有项目进行系统性重构,再加上完整规范的测试。首先需要对测试框架进行选型,列举一些参考资料。
`JavaScript unit testing frameworks: Comparing Jasmine, Mocha, AVA, Tape and Jest`
https://raygun.com/blog/javascript-unit-testing-frameworks/?utm…
-
We need to add an onboarding process for setting up the various component testing plugins. I would suggest also to add 3 different options at the start (before the test runner selection), with multi-…
-
Some kind of test suite should be set up to ensure that the site works correctly before it's deployed.
- Since the site is static right now, it might be worth focusing on functional tests for the tim…
-
**Sharing some ideas (in no particular order) for Iles while they’re fresh in my memory (while working on the PR for Vite-5 update for Iles) for community feedback:**
My need for Iles is based on …
-
### Subject of the issue
Unable to config isCustomElement for unit tests.
### Steps to reproduce
I am using a web component library built with the Stencil framework. Some warning errors w…