0.0.5-test4 • Published 2 years ago

intuned-runner v0.0.5-test4

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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 or yarn intuned-build --help to get cli options.
  • for publishing yarn build and npm 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

3 years ago

0.0.1-test

3 years ago

0.7.2

3 years ago

0.0.0-test

3 years ago

0.7.2-rami

3 years ago

0.7.1

3 years ago

0.7.0

3 years ago

0.6.2

3 years ago

0.6.1

3 years ago

0.6.0

3 years ago

0.5.0

3 years ago

0.5.0-test-4

3 years ago

0.5.0-test-3

3 years ago

0.5.0-test-2

3 years ago

0.5.0-test-1

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.21

3 years ago

0.0.20

3 years ago

0.0.19

3 years ago

0.0.18

3 years ago

0.0.17

3 years ago

0.0.16

3 years ago

0.0.15

3 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago