0.0.5-test4 • Published 2 years ago
intuned-runner v0.0.5-test4
To test locally, you can:
- create index.ts file with the following content:
import type { BrowserContext } from "playwright";
async function run(context: BrowserContext, params: any) {
const page = await context.newPage();
await page.goto("https://www.wikipedia.org/");
await page.getByLabel("Search Wikipedia").click();
await page.getByLabel("Search Wikipedia").type("ahmad");
await page.getByLabel("Search Wikipedia").press("Enter");
await page.goto("https://en.wikipedia.org/wiki/Muslim_world");
await page.goto("https://www.google.com/");
return { done: "true", params };
}
export default run;
- to test cli mode, do
yarn intuned-runner
. to test web server mode, do
yarn intuned-build
.to run the output server
node ./output/bundle.js
and call on port 4000
Notes:
- you can do
yarn intuned-runner --help
oryarn intuned-build --help
to get cli options. - for publishing
yarn build
andnpm publish
(for now, faisal only can publish). - to test vanilla mode, do the same as the above except the index.ts content and the mode you should pass.
async function userscript(params) {
return {
name: "vanilla",
params,
};
}
export default userscript;
0.0.5-test4
2 years ago
0.0.5-test3
2 years ago
0.0.4-test2
2 years ago
0.0.6-mfp
2 years ago
0.0.5-mfp
2 years ago
0.0.4-mfp
2 years ago
0.0.2-mfp
2 years ago
0.0.1-mfp
2 years ago
0.0.0-mfp
2 years ago
0.0.4-test
2 years ago
0.0.3-test
2 years ago
0.0.2-test
2 years ago
0.0.1-test
2 years ago
0.7.2
2 years ago
0.0.0-test
2 years ago
0.7.2-rami
2 years ago
0.7.1
2 years ago
0.7.0
2 years ago
0.6.2
2 years ago
0.6.1
2 years ago
0.6.0
2 years ago
0.5.0
2 years ago
0.5.0-test-4
2 years ago
0.5.0-test-3
2 years ago
0.5.0-test-2
2 years ago
0.5.0-test-1
2 years ago
0.4.1
2 years ago
0.4.0
2 years ago
0.3.0
2 years ago
0.2.0
2 years ago
0.1.1
2 years ago
0.1.0
2 years ago
0.0.21
2 years ago
0.0.20
2 years ago
0.0.19
2 years ago
0.0.18
2 years ago
0.0.17
2 years ago
0.0.16
2 years ago
0.0.15
2 years ago
0.0.14
2 years ago
0.0.13
2 years ago
0.0.12
2 years ago
0.0.11
2 years ago
0.0.9
2 years ago
0.0.8
2 years ago
0.0.7
2 years ago
0.0.6
2 years ago
0.0.5
2 years ago
0.0.4
2 years ago
0.0.3
2 years ago
0.0.2
2 years ago
0.0.1
2 years ago