create-taqwright
v0.0.1
Published
Scaffold a new taqwright project — `npm init taqwright`
Maintainers
Readme
create-taqwright
Scaffold a new taqwright project:
npm init taqwright my-mobile-tests
# or: npm create taqwright@latest my-mobile-testsThis is a thin initializer that delegates to taqwright init (forwarding all
arguments, e.g. --platform ios, -y). It exists so the conventional
npm init <tool> / npm create <tool> bootstrap works for taqwright.
Equivalent if you already have taqwright resolvable:
npx taqwright init my-mobile-testsAfter scaffolding:
npx taqwright install # auto-install the Android toolchain (zero-touch)
npx taqwright test # run your tests