Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: migrate export log , pdf to be at drowser json config (#29)
* feat: add prettierrc json config and update git ignore * feat: add import map * docs: use contributing and code of conduct * feat: install selenium webdriver and std assert on deps * feat: configure deno.json use fmt, lint, compiler options * chore: delete tsconfig * feat: create browser engines, types, constants * feat: create gh workflows to auto create pull request * feat: add edge to browser enginer and remove utils folder from import maps * feat: clean arch and update deno fmt, lint * feat: re-arch pkg to be drowser and clean file, dir * feat: handle drowser json config and validate url * feat: handle new promise execution for driver and return as value driver from selenium * fix: handle return promise in driver in get url * chore: clean lib and move basic example to examples folder * feat: create pkg types and handle builder quit outside the pkg for now * feat: create service type, obj to set extra services for pkg and create types * docs: update readme docs * docs: update readme docs * docs: update readme docs * feat: set version to v0.1.0 * fix: for todo specify builder.quit to be able to quit internaly * docs: update docs, don't use hard tabs on readme * feat: migrate export log , pdf to be at drowser json config
- Loading branch information