0.0.0-canary-20230712112152 • Published 3 years ago
vite-vue-plugin-disable-inputs v0.0.0-canary-20230712112152
vite-vue-plugin-disable-inputs
Test your Vue applications with Playwright without worrying that Playwright is too quick for your application.
Thanks to this plugin all inputs and buttons are initially disabled until application is mounted. So nothing can be invoked by playwright too early causing tests to fail.
Installation
Add the package as devDependency using your favorite package manager:
pnpm add -D vite-vue-plugin-disable-inputsThen, extend your's vitepress configuration by adding the vite plugins:
import { VueDisableInputsBeforeMount } from "vite-vue-plugin-disable-inputs";
export default defineNuxtConfig({
vite: {
plugins: [VueDisableInputsBeforeMount()],
},
});Changelog
Full changelog for stable version is available here
Latest changes: 0.0.0-canary-20230712112152
Patch Changes
0.2.0
3 years ago
0.0.0-canary-20230801081457
3 years ago
0.1.1
3 years ago
0.0.0-canary-20230718191814
3 years ago
0.0.0-canary-20230718134653
3 years ago
0.0.0-canary-20230718133406
3 years ago
0.0.0-canary-20230718131234
3 years ago
0.0.0-canary-20230718072537
3 years ago
0.0.0-canary-20230713092547
3 years ago
0.0.0-canary-20230713073244
3 years ago
0.0.0-canary-20230712112152
3 years ago
0.0.0-canary-20230712092206
3 years ago
0.0.0-canary-20230711133204
3 years ago
0.0.0-canary-20230711125239
3 years ago
0.1.0
3 years ago